Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : update examples for test snapshot comparison
[simgrid.git] / examples / msg / mc / bugged2_liveness.h
index 43b271b..b44121e 100644 (file)
@@ -1,17 +1,9 @@
 #ifndef _BUGGED2_LIVENESS_H
 #define _BUGGED2_LIVENESS_H
 
-int yyparse(void);
-int yywrap(void);
-int yylex(void);
-
-int predPready(void);
-int predCready(void);
-int predConsume(void);
-int predProduce(void);
+int predCS(void);
 
 int coordinator(int argc, char *argv[]);
-int producer(int argc, char *argv[]);
-int consumer(int argc, char *argv[]);
+int client(int argc, char *argv[]);
 
 #endif