Response Data (Structure); St_Response; St_Mount_Parms - ADIC Server User Manual

Adic server user manual
Table of Contents

Advertisement

Response Data (Structure)

struct async_response {
int code;
char text[XDR_TEXT_LEN];
};
Figure 5-26
struct async_mount_parms {
async_response stResponse;
char volser[XDR_VOLSER_LEN];
enum media type;
char drive[XDR_DRIVE_LEN];
enum drive_status drive_state;
char drvmedia[XDR_TEXT_LEN];
};
Figure 5-27
5-26
DAS ACI 3.0 Asynchronous Support Layer
This union contains several structures where the
asynchronous call results are stored after the call is completed.

st_response

This structure is reserved for possible future use.
Asynchronous ACI developer could use it for storing data. See
Figure 5-26.
async_response Structure

st_mount_parms

This structure is reserved for possible future use.
Asynchronous ACI developer could use it for storing data. See
Figure 5-27.
async_mount_parms Structure
601626-B

Advertisement

Table of Contents
loading

Table of Contents