diff options
author | Raghavendra Bhat <raghavendrabhat@gluster.com> | 2012-01-30 19:34:03 +0530 |
---|---|---|
committer | Vijay Bellur <vijay@gluster.com> | 2012-02-02 19:33:11 -0800 |
commit | b1a884aae98927d847085c9794f8b4aa8bebf838 (patch) | |
tree | 266769c49e0912064e723e442ffb6652f8e714b1 /libglusterfs | |
parent | c3aa99d907591f72b6302287b9b8899514fb52f1 (diff) |
features/marker,quota: Incorporate changes to support nameless lookup
Change-Id: Ic5f00a9891bd835ebee5a3e103ef0f75d0b7fc25
BUG: 783925
Signed-off-by: Raghavendra Bhat <raghavendrabhat@gluster.com>
Reviewed-on: http://review.gluster.com/2702
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Amar Tumballi <amar@gluster.com>
Reviewed-by: Jeff Darcy <jdarcy@redhat.com>
Diffstat (limited to 'libglusterfs')
-rw-r--r-- | libglusterfs/src/common-utils.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libglusterfs/src/common-utils.h b/libglusterfs/src/common-utils.h index d81da35c5b0..4647c4a4d9c 100644 --- a/libglusterfs/src/common-utils.h +++ b/libglusterfs/src/common-utils.h @@ -211,6 +211,10 @@ extern char *gf_mgmt_list[GF_MGMT_MAXVALUE]; } while (0); #endif +#define GF_UUID_ASSERT(u) \ + if (uuid_is_null (u))\ + GF_ASSERT (!"uuid null"); + union gf_sock_union { struct sockaddr_storage storage; struct sockaddr_in6 sin6; |