X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d8d0d2b34dd529790ca6a0a1b45925d4e81657a3..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 7c1361abc7..21d6a13ace 100644 --- a/teshsuite/msg/app-bittorrent/bittorrent-peer.h +++ b/teshsuite/msg/app-bittorrent/bittorrent-peer.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2018. The SimGrid Team. +/* Copyright (c) 2012-2019. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -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;