API Guide
601355 Rev A API Functions 2-247
Functions
30 VSID_USER_FIELD,
user_field,
31 VSID_TIMEOUT_VALUE,
timeout,
32 VSID_RETRY_LIMIT,
retries,
33 VSID_STATUS_WAIT_FLAG,
wait_flag,
34 VSID_ENTERPRISE_ID,
enterprise_id,
35 VSID_ENDFIELD);
36 return (rc);
37 }
Notes Total length of time the API software waits for a command
status from VolServ is (VSID_RETRY_LIMIT plus 1)
multiplied by VSID_TIMEOUT_VALUE.
This function can be called before VS_Initialize. To set the
SYNC/ASYNC program numbers, this function must be called
before VS_Initialize.
When the API software is operating in asynchronous mode,
client software must call VS_Select to receive intermediate
and final status on command requests submitted through the
API interface to the VolServ system.
See Also vsapi(l),
VS_Error_GetFields(l),
VS_Global_GetFields(l),
VS_Select(l),
Note
If the argument list does not end with VSID_ENDFIELD,
unpredictable results occur.