mirror of
https://salsa.debian.org/ha-team/libqb
synced 2026-08-11 09:56:06 +00:00
rb: fix bit flag numbering
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
This commit is contained in:
parent
55285984e7
commit
35e062e275
@ -91,13 +91,13 @@ extern "C" {
|
||||
* This effects the type of locks/semaphores that are used.
|
||||
* @see qb_rb_open()
|
||||
*/
|
||||
#define QB_RB_FLAG_SHARED_THREAD 0x03
|
||||
#define QB_RB_FLAG_SHARED_THREAD 0x04
|
||||
/**
|
||||
* The ringbuffer will be shared between processes.
|
||||
* This effects the type of locks/semaphores that are used.
|
||||
* @see qb_rb_open()
|
||||
*/
|
||||
#define QB_RB_FLAG_SHARED_PROCESS 0x04
|
||||
#define QB_RB_FLAG_SHARED_PROCESS 0x08
|
||||
|
||||
struct qb_ringbuffer_s;
|
||||
typedef struct qb_ringbuffer_s qb_ringbuffer_t;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user