X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/92661d62eaee255e5f677a667c0f05a4f5917c24..57588c3696134c233df4059f48b4188310805d83:/include/simgrid/msg.h diff --git a/include/simgrid/msg.h b/include/simgrid/msg.h index 2d3cdb3b13..98580d402a 100644 --- a/include/simgrid/msg.h +++ b/include/simgrid/msg.h @@ -7,7 +7,6 @@ #ifndef MSG_H #define MSG_H -#include "xbt.h" #include "xbt/lib.h" #include "simgrid/forward.h" #include "simgrid/simix.h" @@ -492,8 +491,9 @@ XBT_PUBLIC(void) MSG_vm_set_params(msg_vm_t vm, vm_params_t params); // TODO add VDI later XBT_PUBLIC(msg_vm_t) MSG_vm_create_core(msg_host_t location, const char *name); +XBT_PUBLIC(msg_vm_t) MSG_vm_create_multicore(msg_host_t pm, const char* name, int coreAmount); XBT_PUBLIC(msg_vm_t) -MSG_vm_create(msg_host_t ind_pm, const char* name, int ramsize, int mig_netspeed, int dp_intensity); +MSG_vm_create(msg_host_t ind_pm, const char* name, int coreAmount, int ramsize, int mig_netspeed, int dp_intensity); XBT_PUBLIC(void) MSG_vm_destroy(msg_vm_t vm);