Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
97fc9b84842e1a8465cb91d638d922fc439674f3
[simgrid.git] / src / simix / smx_synchro_private.hpp
1 /* Copyright (c) 2012-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_SYNCHRO_PRIVATE_H
7 #define SIMIX_SYNCHRO_PRIVATE_H
8
9 #include "src/simix/ActorImpl.hpp"
10
11 XBT_PRIVATE void SIMIX_synchro_stop_waiting(smx_actor_t process, smx_simcall_t simcall);
12
13 #endif