From: Frederic Suter Date: Mon, 4 Feb 2019 09:54:32 +0000 (+0100) Subject: fix clang builds X-Git-Tag: v3_22~394^2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/56c037333549457d57bb74eb135b3b3127b54fad?hp=-c fix clang builds --- 56c037333549457d57bb74eb135b3b3127b54fad 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