X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c850a501710406c6fa550141e1438ce6316edbb9:/include/amok/hostmanagement.h..b511b8e4a7d720584d9d9a72b874709869bc10d0:/include/amok/peermanagement.h diff --git a/include/amok/hostmanagement.h b/include/amok/peermanagement.h similarity index 94% rename from include/amok/hostmanagement.h rename to include/amok/peermanagement.h index f9ec12665e..ba80b4da43 100644 --- a/include/amok/hostmanagement.h +++ b/include/amok/peermanagement.h @@ -1,14 +1,14 @@ /* $Id$ */ -/* amok host management - servers main loop and remote host stopping */ +/* amok peer management - servers main loop and remote peer stopping */ /* Copyright (c) 2006 Martin Quinson. 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 AMOK_HOST_MANAGEMENT_H -#define AMOK_HOST_MANAGEMENT_H +#ifndef AMOK_PEER_MANAGEMENT_H +#define AMOK_PEER_MANAGEMENT_H #include #include @@ -71,4 +71,4 @@ void amok_hm_group_shutdown_remote(gras_socket_t master, const char *group_name) /** @} */ -#endif /* AMOK_HOST_MANAGEMENT_H */ +#endif /* AMOK_peer_MANAGEMENT_H */