ADIC Server Server User Manual


 
Response Data (Structure) 5-27
21 Dec 2001
st_insert_response
This structure is supported by ACI_INSERT macro, described
above. If you do not use macros, you could fill it with
appropriate data after aci_insert() call returns. ACI_INSERT
macro also fills the member volser_ranges_len with the actual
size of volser_ranges_val array, which could be less that
XDR_NO_RANGES in most cases. See Figure 5-28.
Figure 5-28 async_insert_responce Structure
struct async_insert_response {
async_response resp; /* not used
*/
struct { /* this structure returns
the volsers inserted */
u_int volser_ranges_len; /* number of
volser_ranges_val array entries,
which contain inserted
volsers */
char
volser_ranges_val[XDR_NO_RANGES][XDR_RANGE_LEN]; /*
this array contains
all the volsers inserted
*/
} volser_ranges;
enum media mediatype; /* media type, not used
*/
char szMediaType[XDR_AREANAME_LEN]; /* not used
*/
};