NLM_FREE_ALL - Free All
-
-
struct nlm_notify {
string name<MAXNAMELEN>;
unsigned int state;
};
-
-
void
-
-
void
NLM_FREE_ALL(nlm_notify) = 23;
This procedure informs the server that the client "name" has been rebooted. The server will discard all file-sharing reservations and file locks currently being held on behalf of the client. The "state" field is unused and should be set to 0. This procedure is primarily called by clients that do not implement the NSM protocol and therefore use the non-monitored lock procedure, NLM_NM_LOCK, or the non-monitored file-sharing procedure, NLM_SHARE.
None.
Contents | Next section | Index |