NLM_TEST_MSG - Test Lock Message
-
-
struct nlm_testargs {
netobj cookie;
bool exclusive;
struct nlm_lock alock;
};
None. Results are returned asynchronously via the NLM_TEST_RES procedure.
-
-
void
NLM_TEST_MSG(nlm_testargs) = 6;
This procedure is one of the asynchronous RPCs. It performs the same function as the NLM_TEST procedure.
This procedure tests to see whether the monitored lock specified by "alock" is available to this client.
Contents | Next section | Index |