Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
chainsend: remove end of data message, send that information at chain initialization
[simgrid.git] / examples / msg / chainsend / peer.h
index 8727e15..fd20eca 100644 (file)
@@ -19,7 +19,7 @@ typedef struct s_peer {
   unsigned long long bytes;
   xbt_dynar_t pending_recvs;
   xbt_dynar_t pending_sends;
-  int close_asap; /* TODO: unused */
+  unsigned int total_pieces;
 } s_peer_t, *peer_t;
 
 /* Peer: helper functions */