diff options
Diffstat (limited to 'rpc/rpc-lib/src/protocol-common.h')
-rw-r--r-- | rpc/rpc-lib/src/protocol-common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rpc/rpc-lib/src/protocol-common.h b/rpc/rpc-lib/src/protocol-common.h index e711f33b00f..ae6189d2e9b 100644 --- a/rpc/rpc-lib/src/protocol-common.h +++ b/rpc/rpc-lib/src/protocol-common.h @@ -63,8 +63,9 @@ enum gf_fop_procnum { GFS3_OP_SEEK, GFS3_OP_COMPOUND, GFS3_OP_LEASE, + GFS3_OP_GETACTIVELK, GFS3_OP_MAXVALUE, -} ; +}; enum gf_handshake_procnum { GF_HNDSK_NULL, |