libqb/lib
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
..
array.c Change Lindent options to break the procedure type. 2011-06-22 14:19:14 +10:00
atomic_gcc.c Change Lindent options to break the procedure type. 2011-06-22 14:19:14 +10:00
atomic_lock.c configure: improve arch & os detection output. 2011-06-26 23:29:19 +10:00
hashtable.c map: add iterator that does't use a callback 2011-09-07 12:05:15 +10:00
hdb.c Change Lindent options to break the procedure type. 2011-06-22 14:19:14 +10:00
ipc_int.h IPC: use the correct pointer type. 2011-06-20 16:36:34 +10:00
ipc_posix_mq.c Change Lindent options to break the procedure type. 2011-06-22 14:19:14 +10:00
ipc_shm.c Change Lindent options to break the procedure type. 2011-06-22 14:19:14 +10:00
ipc_sysv_mq.c Change Lindent options to break the procedure type. 2011-06-22 14:19:14 +10:00
ipc_us.c Fix splint warning on ubuntu 11.04 2011-07-19 14:08:57 +10:00
ipcc.c Change Lindent options to break the procedure type. 2011-06-22 14:19:14 +10:00
ipcs.c Change Lindent options to break the procedure type. 2011-06-22 14:19:14 +10:00
libqb.pc.in LOG: fix shared library callsites 2011-04-06 22:09:46 +10:00
log_blackbox.c LOG: serialize the va_list, don't snprintf 2011-08-22 10:29:48 +10:00
log_dcs.c Change Lindent options to break the procedure type. 2011-06-22 14:19:14 +10:00
log_file.c Change Lindent options to break the procedure type. 2011-06-22 14:19:14 +10:00
log_format.c LOG: add facility conversion functions 2011-09-07 09:47:49 +10:00
log_int.h LOG: add a way of getting the target state 2011-09-08 16:40:02 +10:00
log_syslog.c LOG: move priority check up to prevent unnecessary format. 2011-07-14 12:38:02 +10:00
log_thread.c LOG: allow the thread priority to be set. 2011-08-07 22:37:42 +10:00
log.c LOG: add a way of getting the target state 2011-09-08 16:40:02 +10:00
loop_int.h LOOP: change timer handle from pointer to index + check. 2011-01-05 10:52:30 +11:00
loop_job.c Change Lindent options to break the procedure type. 2011-06-22 14:19:14 +10:00
loop_poll.c Change Lindent options to break the procedure type. 2011-06-22 14:19:14 +10:00
loop_timerlist.c Change Lindent options to break the procedure type. 2011-06-22 14:19:14 +10:00
loop.c Change Lindent options to break the procedure type. 2011-06-22 14:19:14 +10:00
Makefile.am Fix "./check dist" 2011-08-26 09:37:25 +10:00
map_int.h map: add iterator that does't use a callback 2011-09-07 12:05:15 +10:00
map.c map: add iterator that does't use a callback 2011-09-07 12:05:15 +10:00
ringbuffer_helper.c Change Lindent options to break the procedure type. 2011-06-22 14:19:14 +10:00
ringbuffer_int.h RB: use the semaphore to return chunks_used. 2010-10-19 07:05:55 +11:00
ringbuffer.c Change Lindent options to break the procedure type. 2011-06-22 14:19:14 +10:00
skiplist.c map: add iterator that does't use a callback 2011-09-07 12:05:15 +10:00
util_int.h defs: better define va_copy 2011-08-26 09:39:26 +10:00
util.c Add a stop watch 2011-08-22 13:28:15 +10:00