X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/42bbfaf7f713e21b5e48a484ac3a96247e27b799..539af86e870c62ba4a28b5b4e0cedd252881dfb0:/src/simix/popping_private.hpp diff --git a/src/simix/popping_private.hpp b/src/simix/popping_private.hpp index e78caf94d9..285d39bb6f 100644 --- a/src/simix/popping_private.hpp +++ b/src/simix/popping_private.hpp @@ -9,12 +9,13 @@ #include "simgrid/forward.h" #include "src/kernel/activity/ActivityImpl.hpp" +#include #include /********************************* Simcalls *********************************/ #include "popping_enum.hpp" /* Definition of e_smx_simcall_t, with one value per simcall */ -XBT_PUBLIC_DATA const char* simcall_names[]; /* Name of each simcall */ +XBT_PUBLIC_DATA const std::array simcall_names; /* Name of each simcall */ typedef bool (*simix_match_func_t)(void*, void*, simgrid::kernel::activity::CommImpl*); typedef void (*simix_copy_data_func_t)(simgrid::kernel::activity::CommImpl*, void*, size_t);