Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
a9e1078ed53e165b6cbb491db1a9714d9b17b9f4
[simgrid.git] / src / simix / smx_network_private.hpp
1 /* Copyright (c) 2007-2019. The SimGrid Team. All rights reserved.          */
2
3 /* This program is free software; you can redistribute it and/or modify it
4  * under the terms of the license (GNU LGPL) which comes with this package. */
5
6 #ifndef SIMIX_NETWORK_PRIVATE_HPP
7 #define SIMIX_NETWORK_PRIVATE_HPP
8
9 #include "simgrid/forward.h"
10 #include "src/simix/popping_private.hpp"
11
12 XBT_PRIVATE smx_activity_t SIMIX_comm_iprobe(smx_mailbox_t mbox, int type, simix_match_func_t match_fun, void* data);
13
14 #endif