From b1a884aae98927d847085c9794f8b4aa8bebf838 Mon Sep 17 00:00:00 2001 From: Raghavendra Bhat Date: Mon, 30 Jan 2012 19:34:03 +0530 Subject: features/marker,quota: Incorporate changes to support nameless lookup Change-Id: Ic5f00a9891bd835ebee5a3e103ef0f75d0b7fc25 BUG: 783925 Signed-off-by: Raghavendra Bhat Reviewed-on: http://review.gluster.com/2702 Tested-by: Gluster Build System Reviewed-by: Amar Tumballi Reviewed-by: Jeff Darcy --- libglusterfs/src/common-utils.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libglusterfs') 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; -- cgit