tibrvQueueGroup_Add()

Function

Declaration

tibrv_status tibrvQueueGroup_Add(
    tibrvQueueGroup       eventQueueGroup,
    tibrvQueue            eventQueue);

Purpose

Add an event queue to a queue group.

Remarks

If the queue is already in the group, adding it again has no effect, and the call returns TIBRV_OK.

If either the queue or the group is invalid, this function returns an error status.

Parameter

Description

eventQueueGroup

Add an event queue to this queue group.

eventQueue

Add this event queue to a queue group.

See Also

tibrvQueue

tibrvQueueGroup_Remove()