4-84 DAS ACI Functions
601626-B
aci_list
The aci_list function lists outstanding requests for a client. See
Figure 4-75.
Figure 4-75 aci_list Function Call
List outstanding requests belonging to the client clientname.
Return the requests in the request_list array of
aci_req_entry request_list structures. The structure’s
request types are defined in the header file "aci_das.h".
See Figure 4-76.
For additional information, refer to aci_cancel on page 4-7.
Figure 4-76 Example of the Returned Structure
Refer to Table 4-30 for a description of the parameters for the
aci_list function call.
#include "aci.h"
int aci_list( char *clientname,
struct aci_req_entry
*request_list[ACI_MAX_REQ_ENTRIES])
struct aci_req_entry {
u_long request_no;
u_long individ_no;
char clientname[ACI_NAME_LEN];
char req_type[ACI_REQTYPE_LEN + 1];
};