X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ea74f5d95928a521a588737e81f1de94eef25d19..f973433226af2e2e3059b62578bb0f3b215380fb:/examples/c/app-bittorrent/app-bittorrent.c diff --git a/examples/c/app-bittorrent/app-bittorrent.c b/examples/c/app-bittorrent/app-bittorrent.c index e8edbb8e21..fafe793971 100644 --- a/examples/c/app-bittorrent/app-bittorrent.c +++ b/examples/c/app-bittorrent/app-bittorrent.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2022. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2012-2023. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -20,8 +20,8 @@ int main(int argc, char* argv[]) simgrid_load_platform(argv[1]); - simgrid_register_function("tracker", tracker); - simgrid_register_function("peer", peer); + simgrid_register_function("tracker", tracker_run); + simgrid_register_function("peer", peer_run); simgrid_load_deployment(argv[2]);