X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/40af3dfdccd15dc232d8e7d9e9ad26655092cbfc..0c13871d73e933c1847faf8debea7b7745a3ff44:/examples/msg/mc/bugged2_liveness.h diff --git a/examples/msg/mc/bugged2_liveness.h b/examples/msg/mc/bugged2_liveness.h index 43b271bb33..b44121eff7 100644 --- a/examples/msg/mc/bugged2_liveness.h +++ b/examples/msg/mc/bugged2_liveness.h @@ -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