X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/725b49dcb59d91cbf1f29ab74e7992748eb1df06..b36e8791797d299ccf61a294e7eb6dd39ecac7dc:/include/xbt/log.h diff --git a/include/xbt/log.h b/include/xbt/log.h index edb18df0ee..45d8b8c075 100644 --- a/include/xbt/log.h +++ b/include/xbt/log.h @@ -246,20 +246,6 @@ struct xbt_log_category_s { int additivity; }; -struct xbt_log_appender_s { - 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); - void (*free_) (xbt_log_layout_t l); - void *data; -} ; - struct xbt_log_event_s { xbt_log_category_t cat; e_xbt_log_priority_t priority;