diff options
Diffstat (limited to 'rpc/rpc-lib/src/protocol-common.h')
| -rw-r--r-- | rpc/rpc-lib/src/protocol-common.h | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/rpc/rpc-lib/src/protocol-common.h b/rpc/rpc-lib/src/protocol-common.h index 915d358e707..b98ea3af62f 100644 --- a/rpc/rpc-lib/src/protocol-common.h +++ b/rpc/rpc-lib/src/protocol-common.h @@ -84,6 +84,11 @@ enum gf_pmap_procnum {          GF_PMAP_NULL = 0,          GF_PMAP_PORTBYBRICK,          GF_PMAP_BRICKBYPORT, +        /* +         * SIGNUP is not used, and shouldn't be used.  It was kept here only +         * to avoid changing the numbers for things that come after it in this +         * list. +         */          GF_PMAP_SIGNUP,          GF_PMAP_SIGNIN,          GF_PMAP_SIGNOUT,  | 
