X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bc6f1e7b9d719525da623e633c9e8283e9e6a84a..61c7bb767e33a727603bd55ff94222e895b10c15:/include/msg/msg.h diff --git a/include/msg/msg.h b/include/msg/msg.h index 6666ff78ab..deec342424 100644 --- a/include/msg/msg.h +++ b/include/msg/msg.h @@ -343,7 +343,7 @@ XBT_PUBLIC(int) MSG_get_channel_number(void); XBT_PUBLIC(msg_vm_t) MSG_vm_create(msg_host_t location, const char *name, int core_nb, int mem_cap, int net_cap); -XBT_PUBLIC(int) MSG_vm_start(msg_vm_t); +XBT_PUBLIC(void) MSG_vm_start(msg_vm_t); XBT_PUBLIC(int) MSG_vm_is_suspended(msg_vm_t); XBT_PUBLIC(int) MSG_vm_is_running(msg_vm_t);