X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/15c81e44412415173de220954a453019c68714cd..1f9b43f6136afa00556c469f2b81fe59854ff740:/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