X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bf04b8efb92e60adf389face2d957846ce7721be..e00b768a2d33062b955b0e2a7482364743d8fc7d:/src/xbt/log_private.h diff --git a/src/xbt/log_private.h b/src/xbt/log_private.h index 6ab4522da5..38533a1eef 100644 --- a/src/xbt/log_private.h +++ b/src/xbt/log_private.h @@ -25,4 +25,15 @@ struct xbt_log_layout_s { } ; +/** + * \ingroup XBT_log_implem + * \param cat the category (not only its name, but the variable) + * \param parent the parent cat + * + * Programatically alter a category's parent (don't use). + */ +XBT_PUBLIC(void) xbt_log_parent_set(xbt_log_category_t cat, + xbt_log_category_t parent); + + #endif /* LOG_PRIVATE_H */