X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1817e908617a7ac2fd9cd68dc222117c368477a1..059291b87112991d41f426698f45afea178efb0b:/examples/msg/mc/centralized_liveness.h diff --git a/examples/msg/mc/centralized_liveness.h b/examples/msg/mc/centralized_liveness.h new file mode 100644 index 0000000000..1c140317e3 --- /dev/null +++ b/examples/msg/mc/centralized_liveness.h @@ -0,0 +1,13 @@ +#ifndef _CENTRALIZED_LIVENESS_H +#define _CENTRALIZED_LIVENESS_H + +int yyparse(void); +int yywrap(void); +int yylex(void); + +int predCS2(void); + +int coordinator(int argc, char *argv[]); +int client(int argc, char *argv[]); + +#endif