X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/026c5a576fbea1da8f6290f4435d5424ce0efe8b..d756f639a47486f3266eb84367ec2dfb707cda25:/src/simix/smx_network_private.hpp diff --git a/src/simix/smx_network_private.hpp b/src/simix/smx_network_private.hpp deleted file mode 100644 index a9e1078ed5..0000000000 --- a/src/simix/smx_network_private.hpp +++ /dev/null @@ -1,14 +0,0 @@ -/* 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. */ - -#ifndef SIMIX_NETWORK_PRIVATE_HPP -#define SIMIX_NETWORK_PRIVATE_HPP - -#include "simgrid/forward.h" -#include "src/simix/popping_private.hpp" - -XBT_PRIVATE smx_activity_t SIMIX_comm_iprobe(smx_mailbox_t mbox, int type, simix_match_func_t match_fun, void* data); - -#endif