X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f5e363e6dba846da390b665e0e4caa7ee90b2786..24738931e11d38749f48fb869338c5c6fcd9a8f5:/src/gras/gras.c diff --git a/src/gras/gras.c b/src/gras/gras.c index f2009c8ecc..e176e320ae 100644 --- a/src/gras/gras.c +++ b/src/gras/gras.c @@ -17,6 +17,10 @@ #include "gras/core.h" #include "gras/process.h" /* FIXME: killme and put process_init in modinter */ +/* FIXME: move it to some random header */ +void hexa_print(const char*name, unsigned char *data, int size); + + XBT_LOG_NEW_DEFAULT_SUBCATEGORY(gras,XBT_LOG_ROOT_CAT,"All GRAS categories (cf. section \ref GRAS_API)"); static int gras_running_process = 0;