diff options
Diffstat (limited to 'libglusterfs/src/glusterfs.h')
| -rw-r--r-- | libglusterfs/src/glusterfs.h | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/libglusterfs/src/glusterfs.h b/libglusterfs/src/glusterfs.h index f4d587ada4f..848e9ba7dca 100644 --- a/libglusterfs/src/glusterfs.h +++ b/libglusterfs/src/glusterfs.h @@ -135,9 +135,10 @@ typedef enum {          GF_MOP_STATS,          GF_MOP_SETSPEC,          GF_MOP_GETSPEC, -	GF_MOP_PING, +	GF_MOP_PING,      /* 5 */          GF_MOP_LOG, -        GF_MOP_MAXVALUE   /* 5 */ +        GF_MOP_NOTIFY, +        GF_MOP_MAXVALUE   /* 8 */  } glusterfs_mop_t;  typedef enum {  | 
