X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6416bcb08e3e6a4b304df4c0647a39a1a86b5704..bf04b8efb92e60adf389face2d957846ce7721be:/src/xbt/log_private.h diff --git a/src/xbt/log_private.h b/src/xbt/log_private.h index d9a79c80c7..6ab4522da5 100644 --- a/src/xbt/log_private.h +++ b/src/xbt/log_private.h @@ -18,7 +18,8 @@ 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_event_t event, const char *fmt, + xbt_log_appender_t appender); void (*free_) (xbt_log_layout_t l); void *data; } ;