Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Communication of heap_area_to_ignore to the remote MCer
[simgrid.git] / src / mc / mc_client.h
index d013a17..12234ed 100644 (file)
 
 SG_BEGIN_DECL()
 
+typedef struct s_mc_client {
+  int active;
+  int fd;
+} s_mc_client_t, *mc_client_t;
+
+extern mc_client_t mc_client;
+
 void MC_client_init(void);
 void MC_client_hello(void);
 void MC_client_handle_messages(void);