X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/30cc18334ad5760770a1733db33087b5aa91a4e7..9a444de20a7545d1c3d10bd242f317febded25c4:/src/xbt/log_private.h diff --git a/src/xbt/log_private.h b/src/xbt/log_private.h index 5ae1d5a626..56692e6d39 100644 --- a/src/xbt/log_private.h +++ b/src/xbt/log_private.h @@ -1,6 +1,4 @@ -/* $Id: log.c 4794 2007-10-10 12:38:37Z mquinson $ */ - -/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. +/* Copyright (c) 2007-2011. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -17,14 +15,12 @@ struct xbt_log_appender_s { }; struct xbt_log_layout_s { - void (*do_layout) (xbt_log_layout_t l, - xbt_log_event_t event, const char *fmt, - xbt_log_appender_t appender); + int (*do_layout) (xbt_log_layout_t l, + xbt_log_event_t event, const char *fmt); void (*free_) (xbt_log_layout_t l); void *data; }; - /** * \ingroup XBT_log_implem * \param cat the category (not only its name, but the variable)