X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1fa839b4337bb22d5416eb9f142572378d5ff315..c7e6ef1da2a535a2854db29a1dd8e469446a11f7:/teshsuite/msg/actions-storage/actions-storage.c diff --git a/teshsuite/msg/actions-storage/actions-storage.c b/teshsuite/msg/actions-storage/actions-storage.c index d0fc4239b5..e4cfac8c6e 100644 --- a/teshsuite/msg/actions-storage/actions-storage.c +++ b/teshsuite/msg/actions-storage/actions-storage.c @@ -4,6 +4,7 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #include "simgrid/msg.h" +#include "simgrid/plugins/file_system.h" #include XBT_LOG_NEW_DEFAULT_CATEGORY(storage_actions, "Messages specific for this example"); @@ -98,6 +99,7 @@ static void action_close(const char* const* action) int main(int argc, char* argv[]) { MSG_init(&argc, argv); + MSG_storage_file_system_init(); /* Explicit initialization of the action module is required */ MSG_action_init();