X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e11f6ef1cf9f284b96b06da4eb866b24dd50bc1a..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 */