ADIC Server Server User Manual


 
aci_list2 4-87
21 Dec 2001
aci_list2
The aci_list2 function lists executing requests for a client. See
Figure 4-78.
Figure 4-78 aci_list2 Function Call
List executing requests belonging to the client clientname.
Return the requests in the array of aci_req_entry2
structures. The array element can be maximum size of 15. See
Figure 4-79.
Figure 4-79 Example of the Returned Structure
Refer to Table 4-32 for a description of the parameters for the
aci_list2 function call.
#include "aci.h"
int aci_list2( char *clientname,
struct aci_req_entry2
*req_status[])
struct aci_req_entry2 {
u_long request_no;
u_long individ_no;
char clientname[ACI_NAME_LEN];
char req_type[ACI_REQTYPE_LEN2 + 1];
char Volser[ACI_VOLSER_LEN];
char Drive[ACI_DRIVE_LEN];
char AreaName[ACI_AREANAME_LEN];
char PoolName[ACI_POOLNAME_LEN];
char VolserRange[ACI_RANGE_LEN];
char StartCoord[ACI_COORD_LEN];
char EndCoord[ACI_COORD_LEN];
};