Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Please PVS
[simgrid.git] / examples / c / app-chainsend / chainsend.h
index 84caabb..48de28e 100644 (file)
@@ -28,7 +28,7 @@
 /* Broadcaster struct */
 typedef struct s_broadcaster {
   unsigned int host_count;
-  int piece_count;
+  unsigned int piece_count;
   sg_mailbox_t first;
   sg_mailbox_t* mailboxes;
   sg_comm_t* pending_sends;