acltdtDestroyQueue
Description
Destroys the queue created by calling acltdtCreateQueue.
Prototype
aclError acltdtDestroyQueue(uint32_t qid)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
qid |
Input |
Queue to be destroyed. |
Returns
The value 0 indicates success, and other values indicate failure. For details, see aclError.
Parent topic: Shared Queue Management