acltdtAddQueueRoute

Description

Adds the queue route information to the configuration list.

Prototype

aclError acltdtAddQueueRoute(acltdtQueueRouteList *routeList, const acltdtQueueRoute *route)

Parameters

Parameter

Input/Output

Description

routeList

Input/Output

Queue route configuration list.

Call acltdtCreateQueueRouteList to create data of the acltdtQueueRouteList type in advance.

route

Input

Pointer to the queue route information to be added.

You need to call acltdtCreateQueueRoute to create data of the acltdtQueueRoute type in advance.

Returns

The value 0 indicates success, and other values indicate failure. For details, see aclError.