X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4a69abcc786d029bd2962537f767d12a0f808d11..d6d03a0a88c2673c9e5c604d63912b77bc17fdd4:/src/simix/popping_generated.cpp diff --git a/src/simix/popping_generated.cpp b/src/simix/popping_generated.cpp index b1259c9d2c..968e7bc158 100644 --- a/src/simix/popping_generated.cpp +++ b/src/simix/popping_generated.cpp @@ -15,7 +15,7 @@ #include #include "smx_private.h" -#if HAVE_MC +#if SIMGRID_HAVE_MC #include "src/mc/mc_forward.hpp" #endif @@ -76,8 +76,6 @@ const char* simcall_names[] = { "SIMCALL_FILE_SEEK", "SIMCALL_FILE_GET_INFO", "SIMCALL_FILE_MOVE", - "SIMCALL_STORAGE_GET_FREE_SIZE", - "SIMCALL_STORAGE_GET_USED_SIZE", "SIMCALL_STORAGE_GET_PROPERTIES", "SIMCALL_MC_RANDOM", "SIMCALL_SET_CATEGORY", @@ -337,16 +335,6 @@ case SIMCALL_FILE_MOVE: SIMIX_simcall_answer(simcall); break; -case SIMCALL_STORAGE_GET_FREE_SIZE: - simgrid::simix::marshal(simcall->result, simcall_HANDLER_storage_get_free_size(simcall, simgrid::simix::unmarshal(simcall->args[0]))); - SIMIX_simcall_answer(simcall); - break; - -case SIMCALL_STORAGE_GET_USED_SIZE: - simgrid::simix::marshal(simcall->result, simcall_HANDLER_storage_get_used_size(simcall, simgrid::simix::unmarshal(simcall->args[0]))); - SIMIX_simcall_answer(simcall); - break; - case SIMCALL_STORAGE_GET_PROPERTIES: simgrid::simix::marshal(simcall->result, SIMIX_storage_get_properties(simgrid::simix::unmarshal(simcall->args[0]))); SIMIX_simcall_answer(simcall);