diff options
Diffstat (limited to 'libglusterfs/src/dict.h')
-rw-r--r-- | libglusterfs/src/dict.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfs/src/dict.h b/libglusterfs/src/dict.h index 48c6f242723..fab609cd31b 100644 --- a/libglusterfs/src/dict.h +++ b/libglusterfs/src/dict.h @@ -69,6 +69,7 @@ struct _data { char *data; gf_atomic_t refcount; gf_lock_t lock; + gf_dict_data_type_t data_type; }; struct _data_pair { |