X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0afab0e550e09d35a4aaaae802c7f2ea17d2b860..ed9b07e5c0c7eb6d4d38b0fe5aaea80d6996a8a7:/examples/msg/ns3/ns3.c diff --git a/examples/msg/ns3/ns3.c b/examples/msg/ns3/ns3.c index 6db54f35cb..734403933b 100644 --- a/examples/msg/ns3/ns3.c +++ b/examples/msg/ns3/ns3.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2014. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -6,7 +6,7 @@ #include #include -#include "msg/msg.h" +#include "simgrid/msg.h" #include "xbt/log.h" #include "xbt/asserts.h" @@ -169,7 +169,7 @@ int slave(int argc, char *argv[]) XBT_INFO("FLOW[%d] : Receive %.0f bytes from %s to %s", id, - MSG_task_get_data_size(task), + MSG_task_get_bytes_amount(task), masternames[id], slavenames[id]); // MSG_task_execute(task);