X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/406f54970c00ca178fa918763d943027bd09e3ba..5dc8aedf8d80b2eba1577a7b6087b219709e5f6b:/examples/msg/mc/bugged1_liveness.h diff --git a/examples/msg/mc/bugged1_liveness.h b/examples/msg/mc/bugged1_liveness.h index 6ca2dfcd6f..c24c967c49 100644 --- a/examples/msg/mc/bugged1_liveness.h +++ b/examples/msg/mc/bugged1_liveness.h @@ -1,10 +1,13 @@ +/* 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 _BUGGED1_LIVENESS_H #define _BUGGED1_LIVENESS_H int predR(void); int predCS(void); -int coordinator(int argc, char *argv[]); -int client(int argc, char *argv[]); - #endif