Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use gras_exit now that it exists and not xbt_exit
[simgrid.git] / testsuite / gras / trp_tcp_server.c
index 46e76c5..729d056 100644 (file)
@@ -36,6 +36,6 @@ int main(int argc,char *argv[]) {
   fprintf(stderr,"===[SERVER]=== Exiting successfully\n");
   gras_socket_close(sock);
 
   fprintf(stderr,"===[SERVER]=== Exiting successfully\n");
   gras_socket_close(sock);
 
-  xbt_exit();
+  gras_exit();
   return 0;
 }
   return 0;
 }