diff options
Diffstat (limited to 'libglusterfs/src/globals.c')
| -rw-r--r-- | libglusterfs/src/globals.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfs/src/globals.c b/libglusterfs/src/globals.c index 0645ffadb10..997994f049e 100644 --- a/libglusterfs/src/globals.c +++ b/libglusterfs/src/globals.c @@ -70,6 +70,7 @@ const char *gf_fop_list[GF_FOP_MAXVALUE] = {          [GF_FOP_IPC]         = "IPC",          [GF_FOP_SEEK]        = "SEEK",          [GF_FOP_LEASE]       = "LEASE", +        [GF_FOP_COMPOUND]    = "COMPOUND",  };  /* THIS */  | 
