X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b66dd193ce8a5d33bf68bfc86b2a961d917f5103..8695eb4cf63ff136fb246e39305887f3c7c334a8:/src/msg/msg_private.h diff --git a/src/msg/msg_private.h b/src/msg/msg_private.h index c3cfcdb0c8..3740c6c24a 100644 --- a/src/msg/msg_private.h +++ b/src/msg/msg_private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2014. The SimGrid Team. +/* Copyright (c) 2004-2015. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -162,7 +162,7 @@ void __MSG_storage_destroy(msg_storage_priv_t host); void __MSG_file_destroy(msg_file_priv_t host); void MSG_process_cleanup_from_SIMIX(smx_process_t smx_proc); -void MSG_process_create_from_SIMIX(smx_process_t *process, const char *name, +smx_process_t MSG_process_create_from_SIMIX(const char *name, xbt_main_func_t code, void *data, const char *hostname, double kill_time, int argc, char **argv,