X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/af9b26b7129b892a77f9192815948a63d070532f..15d9d57a4bfaa1db9a7317058d54b80abb476360:/include/simgrid/msg.h diff --git a/include/simgrid/msg.h b/include/simgrid/msg.h index d431064bcd..64596fddf3 100644 --- a/include/simgrid/msg.h +++ b/include/simgrid/msg.h @@ -501,4 +501,11 @@ XBT_PUBLIC(smx_context_t) MSG_process_get_smx_ctx(msg_process_t process); SG_END_DECL() + +#ifdef __cplusplus +XBT_PUBLIC(msg_process_t) +MSG_process_create_from_stdfunc(const char* name, std::function code, void* data, msg_host_t host, + xbt_dict_t properties); +#endif + #endif