glib_cs            60 lib/common/logging.c     static struct qb_log_callsite *glib_cs = NULL;
glib_cs            62 lib/common/logging.c     if (glib_cs == NULL) {
glib_cs            63 lib/common/logging.c         glib_cs = qb_log_callsite_get(__FUNCTION__, __FILE__, "glib-handler", LOG_DEBUG, __LINE__, crm_trace_nonlog);
glib_cs            71 lib/common/logging.c             if (crm_is_callsite_active(glib_cs, LOG_DEBUG, 0) == FALSE) {