X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5f0fec59645a72e9126fcf3fe56677ef9331ba9d..bc0e9c9ecdf8b93f139978e522433f0a9fdcdedd:/src/msg/msg_mailbox.cpp diff --git a/src/msg/msg_mailbox.cpp b/src/msg/msg_mailbox.cpp index e533c9e275..d27f199a09 100644 --- a/src/msg/msg_mailbox.cpp +++ b/src/msg/msg_mailbox.cpp @@ -1,20 +1,17 @@ /* Mailboxes in MSG */ -/* Copyright (c) 2008-2015. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2008-2017. 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 - -#include "simgrid/msg.h" -#include "msg_private.h" -#include "simgrid/s4u/Actor.hpp" -#include "simgrid/s4u/mailbox.hpp" +#include "simgrid/s4u/Mailbox.hpp" +#include "src/msg/msg_private.h" XBT_LOG_NEW_DEFAULT_SUBCATEGORY(msg_mailbox, msg, "Logging specific to MSG (mailbox)"); +SG_BEGIN_DECL() + /** \ingroup msg_mailbox_management * \brief Set the mailbox to receive in asynchronous mode * @@ -30,3 +27,4 @@ void MSG_mailbox_set_async(const char *alias){ XBT_VERB("%s mailbox set to receive eagerly for myself\n",alias); } +SG_END_DECL()