diff options
author | Anuradha Talur <atalur@commvault.com> | 2018-11-30 11:23:07 -0800 |
---|---|---|
committer | gluster-ant <bugzilla-bot@gluster.org> | 2018-11-30 11:23:07 -0800 |
commit | 0b7b710fae41b466336e461ccd57d27de09fd654 (patch) | |
tree | 5d4674f9f2499a52fc23c78f67b37bc6dd91de1c /libglusterfs | |
parent | 0858be408fd1b8ba0ebd82830952671ea2e84c68 (diff) | |
download | glusterfs-0b7b710fae41b466336e461ccd57d27de09fd654.tar.gz glusterfs-0b7b710fae41b466336e461ccd57d27de09fd654.tar.xz glusterfs-0b7b710fae41b466336e461ccd57d27de09fd654.zip |
cloudsync/cvlt: Cloudsync plugin for commvault store
Change-Id: Icbe53e78e9c4f6699c7a26a806ef4b14b39f5019
updates: bz#1642168
Signed-off-by: Anuradha Talur <atalur@commvault.com>
Diffstat (limited to 'libglusterfs')
-rw-r--r-- | libglusterfs/src/glusterfs/glfs-message-id.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfs/src/glusterfs/glfs-message-id.h b/libglusterfs/src/glusterfs/glfs-message-id.h index 001f4abdf6..a1a16ca1ef 100644 --- a/libglusterfs/src/glusterfs/glfs-message-id.h +++ b/libglusterfs/src/glusterfs/glfs-message-id.h @@ -93,6 +93,7 @@ enum _msgid_comp { GLFS_MSGID_COMP(TEMPLATE, 1), GLFS_MSGID_COMP(UTIME, 1), GLFS_MSGID_COMP(SNAPVIEW_SERVER, 1), + GLFS_MSGID_COMP(CVLT, 1), /* --- new segments for messages goes above this line --- */ GLFS_MSGID_END |