Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' into mc
[simgrid.git] / src / mc / mc_server.h
index b6677d9..e07d6e6 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef MC_SERVER_H
 #define MC_SERVER_H
 
+#include <poll.h>
+
 #include <stdint.h>
 #include <stdbool.h>
 
@@ -28,6 +30,8 @@ extern mc_server_t mc_server;
 void MC_server_wait_client(mc_process_t process);
 void MC_server_simcall_handle(mc_process_t process, unsigned long pid, int value);
 
+void MC_server_loop(mc_server_t server);
+
 SG_END_DECL()
 
 #ifdef __cplusplus