Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Harden msg/app-bittorrent for parallel executions.
[simgrid.git] / examples / c / app-bittorrent / bittorrent-peer.h
index 7757e66..f37fd6b 100644 (file)
@@ -37,6 +37,7 @@ int connection_has_piece(const_connection_t connection, unsigned int piece);
 /** Peer data */
 typedef struct s_peer {
   int id; // peer id
+  unsigned* seedp; // current state for rand_r()
   double deadline;
   sg_mailbox_t mailbox; // peer mailbox.