X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f903911759edb23ddddbd427beb6a78f7ff50048..d442cebf6863fc131f3fcf453039a70e6b014d11:/src/msg/msg_vm.cpp diff --git a/src/msg/msg_vm.cpp b/src/msg/msg_vm.cpp index e1f2576f3a..ebcaa9c2e5 100644 --- a/src/msg/msg_vm.cpp +++ b/src/msg/msg_vm.cpp @@ -19,6 +19,8 @@ #include "simgrid/host.h" #include "simgrid/simix.hpp" +SG_BEGIN_DECL() + struct dirty_page { double prev_clock; double prev_remaining; @@ -882,3 +884,5 @@ void MSG_vm_set_bound(msg_vm_t vm, double bound) simgrid::simix::kernelImmediate( [vm, bound]() { static_cast(vm)->pimpl_vm_->setBound(bound); }); } + +SG_END_DECL()