Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
leak --(cherry picked from commit dd1330c53beec9c5abb8b23375062e6acf214632)
[simgrid.git] / examples / msg / mc / bugged2_liveness.h
1 #ifndef _BUGGED2_LIVENESS_H
2 #define _BUGGED2_LIVENESS_H
3
4 int predCS(void);
5
6 int coordinator(int argc, char *argv[]);
7 int client(int argc, char *argv[]);
8
9 #endif