Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Current state. Does not work yet, but I'd prefer not to loose it ;)
[simgrid.git] / src / gras / Virtu / sg_process.c
index a69254a..ec571ec 100644 (file)
@@ -61,10 +61,6 @@ gras_process_init() {
 
   hd->proc[ i ] = MSG_process_self_PID();
 
-  /* Connect a dummy socket to ourselves. It's returned by select() */
-  TRY(gras_socket_client(MSG_host_get_name(MSG_host_self()),
-                        pd->chan, &(pd->sock)));
-
   VERB2("Creating process '%s' (%d)",
           MSG_process_get_name(MSG_process_self()),
           MSG_process_self_PID());