X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2d876f901f44194d3e67936fd054b192a6b7f097..32965191d7fcfb85c4f0da9f118826b70f7d32ba:/src/msg/msg_actions.cpp diff --git a/src/msg/msg_actions.cpp b/src/msg/msg_actions.cpp index 85f009f5a9..944d9e3d9c 100644 --- a/src/msg/msg_actions.cpp +++ b/src/msg/msg_actions.cpp @@ -1,17 +1,17 @@ -/* Copyright (c) 2009-2015. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2009-2015. 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 "msg_private.h" -#include "xbt/dynar.h" +#include "src/msg/msg_private.h" #include "xbt/replay.h" #include XBT_LOG_NEW_DEFAULT_SUBCATEGORY(msg_action, msg, "MSG actions for trace driven simulation"); +SG_BEGIN_DECL() + void MSG_action_init() { _xbt_replay_action_init(); @@ -59,3 +59,5 @@ msg_error_t MSG_action_trace_run(char *path) return res; } + +SG_END_DECL()