VCSAgSetResEPTimeout

void VCSAgSetResEPTimeout(s32  tmo)

This API allows an agent entry point to extend its timeout value dynamically from within the entry point's execution context. This might be required if a command executed from the entry point takes longer than expected to complete and the entry point does not want to timeout. Veritas recommends using this API with caution because the intent of timeouts is to make sure that entry points finish on time.

Usage:

VCSAgSetResEPTimeout(tmo);

See VCSAG_SET_RES_EP_TIMEOUT.