X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2807fde4fd1f59c230d69a934634c5dfb77905f2..e22677c69b378a88eff7dd09695772134112dcf1:/src/simix/smx_network_private.hpp diff --git a/src/simix/smx_network_private.hpp b/src/simix/smx_network_private.hpp index 0540c7b511..4956544dc2 100644 --- a/src/simix/smx_network_private.hpp +++ b/src/simix/smx_network_private.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2017. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2007-2019. 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. */ @@ -6,16 +6,14 @@ #ifndef SIMIX_NETWORK_PRIVATE_HPP #define SIMIX_NETWORK_PRIVATE_HPP -#include "simgrid/s4u/Mailbox.hpp" -#include "src/kernel/activity/MailboxImpl.hpp" -#include "src/simix/ActorImpl.hpp" +#include "simgrid/forward.h" +#include "src/simix/popping_private.hpp" XBT_PRIVATE smx_activity_t SIMIX_comm_irecv(smx_actor_t dst_proc, smx_mailbox_t mbox, void* dst_buff, size_t* dst_buff_size, int (*match_fun)(void*, void*, simgrid::kernel::activity::CommImpl*), void (*copy_data_fun)(smx_activity_t, void*, size_t), void* data, double rate); -XBT_PRIVATE smx_activity_t SIMIX_comm_iprobe(smx_actor_t dst_proc, smx_mailbox_t mbox, int type, - simix_match_func_t match_fun, void* data); +XBT_PRIVATE smx_activity_t SIMIX_comm_iprobe(smx_mailbox_t mbox, int type, simix_match_func_t match_fun, void* data); #endif