tibrvQueue

Type

Declaration

typedef tibrvId tibrvQueue;
#define TIBRV_DEFAULT_QUEUE

Purpose

Specify an event queue.

Default Queue

The constant TIBRV_DEFAULT_QUEUE represents a pre-defined queue. Programs that need only one event queue can use this default queue (instead of using tibrvQueue_Create() to create one). The default queue has priority 1, can hold an unlimited number of events, and never discards an event (since it never exceeds an event limit).

Rendezvous software places all advisories pertaining to queue overflow on the default queue.

Programs cannot destroy the default queue, except as a side effect of tibrv_Close(). Programs cannot change the parameters of the default queue.

See Also

tibrvQueue_Create()