5-26 DAS ACI 3.0 Asynchronous Support Layer
601626-B
Response Data (Structure)
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.
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.
Figure 5-27 async_mount_parms Structure
struct async_response {
int code;
char text[XDR_TEXT_LEN];
};
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];
};