diff options
Diffstat (limited to 'libglusterfs/src')
| -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 d81da35c5..4647c4a4d 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;  | 
