X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2be0e4648c5b7055580df1c265b7c43ee6763a46..f9e6853d2c5b7b867211700bc12f0ee57f640b30:/examples/msg/mc/bugged2_liveness.h diff --git a/examples/msg/mc/bugged2_liveness.h b/examples/msg/mc/bugged2_liveness.h index 43b271bb33..ec62e315aa 100644 --- a/examples/msg/mc/bugged2_liveness.h +++ b/examples/msg/mc/bugged2_liveness.h @@ -1,17 +1,15 @@ +/* Copyright (c) 2012, 2014. The SimGrid Team. + * All rights reserved. */ + +/* This program is free software; you can redistribute it and/or modify it + * under the terms of the license (GNU LGPL) which comes with this package. */ + #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