X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2539fff313cbd67c45b8490f7961e45e358d9ba2..a3570625c9460617ccad1803b50bc4f1793b6376:/include/xbt.h diff --git a/include/xbt.h b/include/xbt.h index 57243f486d..372e80e9a8 100644 --- a/include/xbt.h +++ b/include/xbt.h @@ -2,34 +2,36 @@ /* xbt.h - Public interface to the xbt (gras's toolbox) */ -/* Authors: Martin Quinson */ -/* Copyright (C) 2004 the OURAGAN project. */ +/* Copyright (c) 2004 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. */ + * under the terms of the license (GNU LGPL) which comes with this package. */ #ifndef xbt_H #define xbt_H -#define max(a, b) (((a) > (b))?(a):(b)) -#define min(a, b) (((a) < (b))?(a):(b)) - -#define TRUE 1 -#define FALSE 0 - -#define XBT_MAX_CHANNEL 10 /* FIXME: killme */ - +#include #include +#include +#include -#include +#include #include #include +#include #include #include #include +#include +#include +#include #include +#include + +/* pimple to display the message sizes */ +XBT_PUBLIC(void) SIMIX_message_sizes_output(const char *filename); #endif /* xbt_H */