diff options
author | Junaid <junaid@gluster.com> | 2011-07-19 11:26:43 +0530 |
---|---|---|
committer | Anand Avati <avati@gluster.com> | 2011-07-29 01:18:08 -0700 |
commit | bed25e47ee047d2f3af1120ee66f17147171bd6e (patch) | |
tree | 5f135f05e43607d96b5ea04e041665ac196780c4 /xlators/mgmt/glusterd/src/glusterd-store.h | |
parent | f3c0281d9b4654888a5525b443f1e6090d874725 (diff) |
mgmt/glusterd: Read the contents of vol-info file into a dynamically alloced
string.
Change-Id: I06173a4cf22e12bc543f8ff2d151078333b500e1
BUG: 3154
Reviewed-on: http://review.gluster.com/8
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Pavan T C <tcp@gluster.com>
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-store.h')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-store.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-store.h b/xlators/mgmt/glusterd/src/glusterd-store.h index 460a315f470..bea0ae1f452 100644 --- a/xlators/mgmt/glusterd/src/glusterd-store.h +++ b/xlators/mgmt/glusterd/src/glusterd-store.h @@ -86,7 +86,8 @@ typedef enum { GD_STORE_VALUE_NULL, GD_STORE_KEY_VALUE_NULL, GD_STORE_EOF, - GD_STORE_ENOMEM + GD_STORE_ENOMEM, + GD_STORE_STAT_FAILED } glusterd_store_op_errno_t; int32_t |