X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d33e7a563a884247bff85406dcc589a70a162e79..3922ecf35babad02cc4ad9d5ad3a7fcb4e7eeabd:/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();