X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7bd4c4c813d5e95bbe17bab38c0c07e53a50218d..689067191e467d095a7c7ee340b100469bf6173b:/include/simgrid/msg.h diff --git a/include/simgrid/msg.h b/include/simgrid/msg.h index 00ea2fb19e..f1d0abb1b2 100644 --- a/include/simgrid/msg.h +++ b/include/simgrid/msg.h @@ -71,7 +71,7 @@ typedef struct msg_task { typedef struct msg_task *msg_task_t; /* ******************************** VM ************************************* */ -typedef msg_host_t msg_vm_t; +typedef sg_vm_t msg_vm_t; /* ******************************** File ************************************ */ typedef sg_file_t msg_file_t;