X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b3b356352e87ae00a20f737c48e19b0c8413455a..f86cbcb28cad28a576de2bf7de72d7cfdd85383c:/examples/msg/token_ring/ring_call.c diff --git a/examples/msg/token_ring/ring_call.c b/examples/msg/token_ring/ring_call.c index dbe653de93..955c4b926f 100644 --- a/examples/msg/token_ring/ring_call.c +++ b/examples/msg/token_ring/ring_call.c @@ -7,7 +7,7 @@ #include #include #include "simgrid/msg.h" -#include "surf/surf_private.h" +#include "src/surf/surf_private.h" int host(int argc, char *argv[]); unsigned int task_comp_size = 50000000; @@ -33,7 +33,7 @@ int host(int argc, char *argv[]) int host_number = atoi(MSG_process_get_name(MSG_process_self())); char mailbox[256]; msg_task_t task = NULL; - _XBT_GNUC_UNUSED int res; + XBT_ATTRIB_UNUSED int res; if (host_number == 0){ //master send then receive sprintf(mailbox, "%d", host_number+1); task = MSG_task_create("Token", task_comp_size, task_comm_size, NULL);