Aci_List - ADIC Server User Manual

Adic server user manual
Table of Contents

Advertisement

aci_list

#include "aci.h"
int aci_list( char *clientname,
Figure 4-75
struct aci_req_entry {
};
Figure 4-76
4-84
DAS ACI Functions
The aci_list function lists outstanding requests for a client. See
Figure 4-75.
struct aci_req_entry
*request_list[ACI_MAX_REQ_ENTRIES])
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.
u_long request_no;
u_long individ_no;
char clientname[ACI_NAME_LEN];
char req_type[ACI_REQTYPE_LEN + 1];
Example of the Returned Structure
Refer to Table 4-30 for a description of the parameters for the
aci_list function call.
601626-B

Advertisement

Table of Contents
loading

Table of Contents