X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/25e010bfd98f5cd247c57660cb7837c4f7d449cb..d9cad55dcc546b3936c278258e7f463ac70066df:/examples/msg/masterslave/masterslave_kill.c diff --git a/examples/msg/masterslave/masterslave_kill.c b/examples/msg/masterslave/masterslave_kill.c index ae4a14d7bf..01a0e85bc0 100644 --- a/examples/msg/masterslave/masterslave_kill.c +++ b/examples/msg/masterslave/masterslave_kill.c @@ -26,7 +26,7 @@ static int slave(int argc, char *argv[]) static int master(int argc, char *argv[]) { - m_process_t bob = NULL; + msg_process_t bob = NULL; XBT_INFO("Hello!"); bob = MSG_process_create("slave", slave, NULL, MSG_get_host_by_name("bob"));