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_file_client.c
index 8985f92..91c4b4e 100644 (file)
@@ -31,6 +31,6 @@ int main(int argc,char *argv[]) {
   fprintf(stderr,"===[CLIENT]=== Exiting successfully\n");
   gras_socket_close(sock);
    
-  xbt_exit();
+  gras_exit();
   return 0;
 }