X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/26ba5558401021cb3854f2f1a5ffedd7044f6823..0d1793876e776f0901bc1a3df7afcccb8ac84a35:/teshsuite/msg/app-bittorrent/connection.h diff --git a/teshsuite/msg/app-bittorrent/connection.h b/teshsuite/msg/app-bittorrent/connection.h index 5a4459b856..3f3c170681 100644 --- a/teshsuite/msg/app-bittorrent/connection.h +++ b/teshsuite/msg/app-bittorrent/connection.h @@ -35,5 +35,5 @@ connection_t connection_new(int id); void connection_add_speed_value(connection_t connection, double speed); /** Frees a connection object */ void connection_free(void* data); -int connection_has_piece(connection_t connection, unsigned int piece); +int connection_has_piece(const s_connection_t* connection, unsigned int piece); #endif /* BITTORRENT_CONNECTION_H_ */