X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ca503f10be3854ddf6b5369cbba7ac0950871202..56c037333549457d57bb74eb135b3b3127b54fad:/include/simgrid/simix.h diff --git a/include/simgrid/simix.h b/include/simgrid/simix.h index c17d7ec04b..952f10bedf 100644 --- a/include/simgrid/simix.h +++ b/include/simgrid/simix.h @@ -267,11 +267,12 @@ XBT_ATTRIB_DEPRECATED_v325("Please use Exec::set_priority()") XBT_PUBLIC void simcall_execution_set_priority(smx_activity_t execution, double priority); XBT_ATTRIB_DEPRECATED_v325("Please use Exec::set_bound()") XBT_PUBLIC void simcall_execution_set_bound(smx_activity_t execution, double bound); +SG_END_DECL() + #ifdef __cplusplus XBT_ATTRIB_DEPRECATED_v325("Please use Exec::start()") XBT_PUBLIC smx_activity_t simcall_execution_start(std::string name, std::string category, double flops_amount, double priority, double bound, sg_host_t host); #endif -SG_END_DECL() #endif