Deleted Added
sdiff udiff text old ( 31305 ) new ( 31387 )
full compact
1/* @(#)nlm_prot.x 2.1 88/08/01 4.0 RPCSRC */
2/* @(#)nlm_prot.x 1.8 87/09/21 Copyr 1987 Sun Micro */
3
4/*
5 * Network lock manager protocol definition
6 * Copyright (C) 1986 Sun Microsystems, Inc.
7 *
8 * protocol used between local lock manager and remote lock manager
9 */
10
11#ifdef RPC_HDR
12%#define LM_MAXSTRLEN 1024
13%#define MAXNAMELEN LM_MAXSTRLEN+1
14#else
15%#ifndef lint
16%static const char rcsid[] =
17% "$Id: nlm_prot.x,v 1.6 1997/11/20 07:18:03 charnier Exp $";
18%#endif /* not lint */
19#endif
20
21/*
22 * status of a call to the lock manager
23 */
24enum nlm_stats {
25 nlm_granted = 0,

--- 159 unchanged lines hidden ---