X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ad06b12ceb7fae8afb1ada0c66dc231f44459d41..01021da3b27c6a5704bfa08cd0ce07be6b925e8b:/testsuite/gras/trp_tcp_server.c diff --git a/testsuite/gras/trp_tcp_server.c b/testsuite/gras/trp_tcp_server.c index be8fb9f209..192cc3a2b1 100644 --- a/testsuite/gras/trp_tcp_server.c +++ b/testsuite/gras/trp_tcp_server.c @@ -15,7 +15,7 @@ /*GRAS_LOG_NEW_DEFAULT_CATEGORY(test);*/ int main(int argc,char *argv[]) { - gras_socket_t *sock, *conn; + gras_socket_t sock, conn; gras_error_t errcode; char data_recv[256];