summaryrefslogtreecommitdiffstats
path: root/rpc/xdr
diff options
context:
space:
mode:
Diffstat (limited to 'rpc/xdr')
-rw-r--r--rpc/xdr/src/glusterfs-fops.x3
1 files changed, 3 insertions, 0 deletions
diff --git a/rpc/xdr/src/glusterfs-fops.x b/rpc/xdr/src/glusterfs-fops.x
index 1cb2d83c161..8ccc4658f6c 100644
--- a/rpc/xdr/src/glusterfs-fops.x
+++ b/rpc/xdr/src/glusterfs-fops.x
@@ -234,6 +234,9 @@ enum gf_upcall_flags_t {
enum gf_dict_data_type_t {
GF_DATA_TYPE_UNKNOWN,
+ GF_DATA_TYPE_STR_OLD, /* Will be set by volgen and dict-serialize
+ and unserialize. Used to reduce warnings
+ if one is using old protocol */
GF_DATA_TYPE_INT,
GF_DATA_TYPE_UINT,
GF_DATA_TYPE_DOUBLE,