X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d33e7a563a884247bff85406dcc589a70a162e79..bd7d5780ee8b73efd58c83f5d6f864d0a941b3ed:/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..4c6e458582 100644 --- a/teshsuite/msg/actions-storage/actions-storage.c +++ b/teshsuite/msg/actions-storage/actions-storage.c @@ -1,11 +1,14 @@ -/* Copyright (c) 2015-2017. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2015-2018. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ #include "simgrid/msg.h" +#include "simgrid/plugins/file_system.h" #include +#include /* snprintf */ + XBT_LOG_NEW_DEFAULT_CATEGORY(storage_actions, "Messages specific for this example"); static xbt_dict_t opened_files = NULL; @@ -98,6 +101,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();