X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/fad318e69b9130ad51b5bcff09362b1f162f5270..0d1793876e776f0901bc1a3df7afcccb8ac84a35:/teshsuite/msg/app-bittorrent/tracker.h diff --git a/teshsuite/msg/app-bittorrent/tracker.h b/teshsuite/msg/app-bittorrent/tracker.h index f00e71ff76..ee5d2f458e 100644 --- a/teshsuite/msg/app-bittorrent/tracker.h +++ b/teshsuite/msg/app-bittorrent/tracker.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2014. 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 @@ -38,5 +38,5 @@ tracker_task_data_t tracker_task_data_new(const char* issuer_host_name, const ch int downloaded, int left); void tracker_task_data_free(tracker_task_data_t task); -int is_in_list(xbt_dynar_t peers, int id); +int is_in_list(const_xbt_dynar_t peers, int id); #endif /* BITTORRENT_TRACKER_H */