Previous section.

Protocols for Interworking: XNFS, Version 3W
Copyright © 1998 The Open Group

Name

NLM_UNLOCK_MSG - Unlock Message

Call Arguments

struct nlm_unlockargs { netobj cookie; struct nlm_lock alock; };

Return Arguments

None. Results are returned asynchronously via the NLM_CANCEL_RES procedure.

RPC Procedure Description

void NLM_UNLOCK_MSG(nlm_unlockargs) = 9;

Description

This procedure is one of the asynchronous RPCs. It performs the same function as the NLM_UNLOCK procedure.

This routine will remove the lock specified by "alock".

The vaules of the following fields in the "alock" structure must match the corresponding "alock" fields in the call that created the lock (NLM_LOCK, NLM_NM_LOCK, or NLM_LOCK_MSG): caller_name, fh, oh, and uppid.


Why not acquire a nicely bound hard copy?
Click here to return to the publication details or order a copy of this publication.

Contents Next section Index