diff options
Diffstat (limited to 'sys/nlm/nlm.h')
| -rw-r--r-- | sys/nlm/nlm.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/nlm/nlm.h b/sys/nlm/nlm.h index 27b921fa5cec..d2c5ee1610a5 100644 --- a/sys/nlm/nlm.h +++ b/sys/nlm/nlm.h @@ -210,6 +210,11 @@ struct vop_reclaim_args; extern int nlm_advlock(struct vop_advlock_args *ap); extern int nlm_reclaim(struct vop_reclaim_args *ap); +/* + * Acquire the next sysid for remote locks not handled by the NLM. + */ +extern uint32_t nlm_acquire_next_sysid(void); + #endif #endif |
