X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=nlm%2Fnlm.x;h=4ca86218e8be8cc64f6b39ba429adae3da053693;hb=763cd6e3e2bbb6906186e7ed6a86660276b596b7;hp=9d728d3e1e3846d82e766f854ecb601f1e2bd094;hpb=04ba56c4600c5f2de8b9b5ae13fb1e115d2c557e;p=deb_libnfs.git diff --git a/nlm/nlm.x b/nlm/nlm.x index 9d728d3..4ca8621 100644 --- a/nlm/nlm.x +++ b/nlm/nlm.x @@ -108,6 +108,17 @@ struct NLM4_LOCKargs { int state; }; +struct NLM4_GRANTEDargs { + nlm_cookie cookie; + bool exclusive; + nlm4_lock lock; +}; + +struct NLM4_GRANTEDres { + nlm_cookie cookie; + nlmstat4 status; +}; + program NLM_PROGRAM { version NLM_V4 { void @@ -125,8 +136,8 @@ program NLM_PROGRAM { NLM4_UNLOCKres NLM4_UNLOCK(NLM4_UNLOCKargs) = 4; -/* nlm4_res */ -/* NLM4_GRANTED(nlm4_testargs) = 5; */ + NLM4_GRANTEDres + NLM4_GRANT(NLM4_GRANTEDargs) = 5; void NLM4_TEST_MSG(NLM4_TESTargs) = 6; @@ -140,8 +151,8 @@ program NLM_PROGRAM { void NLM4_UNLOCK_MSG(NLM4_UNLOCKargs) = 9; -/* void */ -/* NLM4_GRANTED_MSG(nlm4_testargs) = 10; */ + void + NLM4_GRANT_MSG(NLM4_GRANTEDargs) = 10; void NLM4_TEST_RES(NLM4_TESTres) = 11; @@ -155,8 +166,8 @@ program NLM_PROGRAM { void NLM4_UNLOCK_RES(NLM4_UNLOCKres) = 14; -/* void */ -/* NLM4_GRANTED_RES(nlm4_res) = 15; */ + void + NLM4_GRANT_RES(NLM4_GRANTEDres) = 15; /* nlm4_shareres */ /* NLM4_SHARE(nlm4_shareargs) = 20; */