libqb/include
Angus Salkeld f5fcf2a30b LOG: add a way of getting the target state
This is so we can do the following:

for (t = 0; t < QB_LOG_TARGET_MAX; t++) {
    if (qb_log_ctl(t, QB_LOG_CONF_STATE_GET, 0) == QB_LOG_STATE_ENABLED) {
        // bla bla
    }
}

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
2011-09-08 16:40:02 +10:00
..
qb LOG: add a way of getting the target state 2011-09-08 16:40:02 +10:00
Makefile.am Re-license to LGPL 2.1 2010-05-25 06:11:59 +10:00
os_base.h Cleanup config defines & add a check_all script 2010-11-01 22:05:46 +11:00
tlist.h LOOP: remove tlist absolute timer 2011-01-05 09:21:15 +11:00