X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b8df87e176f27b25534f27d7e240defa32ca35bc..70790490ad6ddbc26225ce84f5c3d17b5efacc20:/teshsuite/msg/app-bittorrent/bittorrent-peer.h diff --git a/teshsuite/msg/app-bittorrent/bittorrent-peer.h b/teshsuite/msg/app-bittorrent/bittorrent-peer.h index 0ffdd83328..21d6a13ace 100644 --- a/teshsuite/msg/app-bittorrent/bittorrent-peer.h +++ b/teshsuite/msg/app-bittorrent/bittorrent-peer.h @@ -9,7 +9,6 @@ #include "bittorrent.h" #include "connection.h" #include -#include #include #include @@ -34,8 +33,6 @@ typedef struct s_peer { msg_task_t task_received; // current task being received msg_comm_t comm_received; // current comm - RngStream stream; // RngStream for - double begin_receive_time; // time when the receiving communication has begun, useful for calculating host speed. } s_peer_t; typedef s_peer_t* peer_t;