From 56c037333549457d57bb74eb135b3b3127b54fad Mon Sep 17 00:00:00 2001 From: Frederic Suter Date: Mon, 4 Feb 2019 10:54:32 +0100 Subject: [PATCH 1/1] fix clang builds --- include/simgrid/simix.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.20.1