X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/274b996ead50456d7519b1cbd5d4f86e0a9154ec..c2c89401822ce6edf5d891533da3c77d633186ac:/include/msg/msg.h diff --git a/include/msg/msg.h b/include/msg/msg.h index 314269d265..99888863ad 100644 --- a/include/msg/msg.h +++ b/include/msg/msg.h @@ -162,7 +162,7 @@ XBT_PUBLIC(void) MSG_process_auto_restart_set(msg_process_t process, int auto_re XBT_PUBLIC(msg_task_t) MSG_task_create(const char *name, double compute_duration, double message_size, void *data); -XBT_PUBLIC(m_gpu_task_t) MSG_gpu_task_create(const char *name, +XBT_PUBLIC(msg_gpu_task_t) MSG_gpu_task_create(const char *name, double compute_duration, double dispatch_latency, double collect_latency);