X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4725d7a4bc5ac1fdae3e86222cdc23eaaf6fb226..02f6c8f2138d26350576c29cbbbe863ce15c9a2b:/src/xbt/log_private.h diff --git a/src/xbt/log_private.h b/src/xbt/log_private.h index 17341d396f..5ae1d5a626 100644 --- a/src/xbt/log_private.h +++ b/src/xbt/log_private.h @@ -1,6 +1,7 @@ /* $Id: log.c 4794 2007-10-10 12:38:37Z mquinson $ */ -/* Copyright (c) 2003-2007 Martin Quinson. All rights reserved. */ +/* Copyright (c) 2007, 2008, 2009, 2010. The SimGrid Team. + * 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. */ @@ -10,19 +11,18 @@ #include "xbt/log.h" struct xbt_log_appender_s { - void (*do_append) (xbt_log_appender_t this_appender, - char *event); + void (*do_append) (xbt_log_appender_t this_appender, char *event); void (*free_) (xbt_log_appender_t this_); void *data; }; 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); + void (*do_layout) (xbt_log_layout_t l, + xbt_log_event_t event, const char *fmt, + xbt_log_appender_t appender); void (*free_) (xbt_log_layout_t l); void *data; -} ; +}; /** @@ -36,4 +36,4 @@ XBT_PUBLIC(void) xbt_log_parent_set(xbt_log_category_t cat, xbt_log_category_t parent); -#endif /* LOG_PRIVATE_H */ +#endif /* LOG_PRIVATE_H */