Aci_List2 - ADIC Server User Manual

Adic server user manual
Table of Contents

Advertisement

aci_list2

#include "aci.h"
int aci_list2( char *clientname,
Figure 4-78
struct aci_req_entry2 {
};
Figure 4-79
21 Dec 2001
The aci_list2 function lists executing requests for a client. See
Figure 4-78.
struct aci_req_entry2
*req_status[])
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.
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];
Example of the Returned Structure
Refer to Table 4-32 for a description of the parameters for the
aci_list2 function call.
aci_list2
4-87

Advertisement

Table of Contents
loading

Table of Contents