Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename SG_java -> simgrid-java.
[simgrid.git] / examples / msg / chainsend / common.h
index 012bde7..e28e098 100644 (file)
@@ -9,7 +9,6 @@ static XBT_INLINE void queue_pending_connection(msg_comm_t comm, xbt_dynar_t q)
   xbt_dynar_push(q, &comm);
 }
 
-#define MESSAGE_SIZE 1
-#define HOSTNAME_LENGTH 20
+int process_pending_connections(xbt_dynar_t q);
 
 #endif /* KADEPLOY_COMMON_H */