X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5b654b49c8603ff2f3fe7cfae9816cb585df0200..9864bdbd7ad0c0a3f83f374c3927a996b596a805:/src/amok/amok_base.c diff --git a/src/amok/amok_base.c b/src/amok/amok_base.c index 44361c38c7..a1a8602159 100644 --- a/src/amok/amok_base.c +++ b/src/amok/amok_base.c @@ -1,8 +1,7 @@ -/* $Id$ */ - /* base - several addons to do specific stuff not in GRAS itself */ -/* Copyright (c) 2003, 2004 Martin Quinson. All rights reserved. */ +/* Copyright (c) 2006, 2009, 2010. 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. */ @@ -10,15 +9,16 @@ #include "gras.h" #include "amok/amok_modinter.h" -XBT_LOG_NEW_SUBCATEGORY(amok,XBT_LOG_ROOT_CAT,"All AMOK categories"); +XBT_LOG_NEW_SUBCATEGORY(amok, XBT_LOG_ROOT_CAT, "All AMOK categories"); -void amok_init(void) { +void amok_init(void) +{ /* Create all the modules */ amok_pm_modulecreate(); } -void amok_exit(void) { - /* FIXME: No real module mechanism in GRAS so far, nothing to do. */ +void amok_exit(void) +{ + /* FIXME: No real module mechanism in GRAS so far, nothing to do. */ } -