X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f1068773bda2a9c50385808a643a04e4a1fc2c7a..509304ee1435b62cd49eb9071995fab468f68f58:/include/xbt.h diff --git a/include/xbt.h b/include/xbt.h index 38f65ef152..57243f486d 100644 --- a/include/xbt.h +++ b/include/xbt.h @@ -1,6 +1,6 @@ /* $Id$ */ -/* gros.h - Public interface to the GROS (gras's toolbox) */ +/* xbt.h - Public interface to the xbt (gras's toolbox) */ /* Authors: Martin Quinson */ /* Copyright (C) 2004 the OURAGAN project. */ @@ -8,8 +8,8 @@ /* 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 GROS_H -#define GROS_H +#ifndef xbt_H +#define xbt_H #define max(a, b) (((a) > (b))?(a):(b)) #define min(a, b) (((a) < (b))?(a):(b)) @@ -17,17 +17,19 @@ #define TRUE 1 #define FALSE 0 -#define GRAS_MAX_CHANNEL 10 /* FIXME: killme */ +#define XBT_MAX_CHANNEL 10 /* FIXME: killme */ -#include -#include +#include -#include +#include +#include -#include -#include -#include +#include -#include +#include +#include +#include -#endif /* GROS_H */ +#include + +#endif /* xbt_H */