libqb/lib
Angus Salkeld 58697dbcc6 LOG: change the target type from uint32_t to int32_t.
This is so that you won't get warnings from mixing integer types.

I have updated the input checks in log.c to check for invalid
targets.

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
2011-04-09 23:11:44 +10:00
..
array.c TEST: add some more array tests. 2010-10-19 21:16:47 +11:00
atomic_gcc.c Add atomic operations. 2010-10-18 11:24:07 +11:00
atomic_lock.c fix some build issues on FreeBSD 2010-10-22 14:49:54 +11:00
hdb.c fix some build issues on FreeBSD 2010-10-22 14:49:54 +11:00
ipc_int.h IPCS: don't block on sending socket notification 2010-12-03 12:48:05 +11:00
ipc_posix_mq.c LOG: add a qb_perror() function 2011-03-28 11:12:47 +11:00
ipc_shm.c LOG: add a qb_perror() function 2011-03-28 11:12:47 +11:00
ipc_sysv_mq.c LOG: add a qb_perror() function 2011-03-28 11:12:47 +11:00
ipc_us.c LOG: add a qb_perror() function 2011-03-28 11:12:47 +11:00
ipcc.c IPC: use rb refcount to check for "connectiveness" 2010-12-16 22:09:52 +11:00
ipcs.c LOG: add a qb_perror() function 2011-03-28 11:12:47 +11:00
libqb.pc.in LOG: fix shared library callsites 2011-04-06 22:09:46 +10:00
log_blackbox.c LOG: remove the tags arument from qb_log() and add qb_logt() which has the tags argument. 2011-04-06 22:27:41 +10:00
log_file.c LOG: only set state in log.c 2011-04-09 23:11:43 +10:00
log_format.c LOG: make prioritynames[] static 2011-04-06 21:30:34 +10:00
log_int.h LOG: teach filter_ctl() to write tags 2011-04-06 22:27:53 +10:00
log_syslog.c LOG: general cleanup (indentation, NULL checks, etc...) 2011-04-01 15:32:44 +11:00
log_thread.c LOG: general cleanup (indentation, NULL checks, etc...) 2011-04-01 15:32:44 +11:00
log.c LOG: change the target type from uint32_t to int32_t. 2011-04-09 23:11:44 +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 LOOP: add qb_loop_destroy() 2010-10-30 20:51:36 +11:00
loop_poll.c LOG: add a qb_perror() function 2011-03-28 11:12:47 +11:00
loop_timerlist.c LOOP: change timer handle from pointer to index + check. 2011-01-05 10:52:30 +11:00
loop.c LOOP: add per-level todo counters 2010-12-22 09:12:04 +11:00
Makefile.am LOG: move formatting code into new file 2011-04-01 15:05:16 +11:00
ringbuffer_helper.c LOG: add a qb_perror() function 2011-03-28 11:12:47 +11:00
ringbuffer_int.h RB: use the semaphore to return chunks_used. 2010-10-19 07:05:55 +11:00
ringbuffer.c LOG: add a new "tags" field 2011-03-31 21:37:44 +11:00
util_int.h LOG: remove the tags arument from qb_log() and add qb_logt() which has the tags argument. 2011-04-06 22:27:41 +10:00
util.c LOG: add a qb_perror() function 2011-03-28 11:12:47 +11:00