diff options
Diffstat (limited to 'libglusterfs/src/common-utils.h')
| -rw-r--r-- | libglusterfs/src/common-utils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libglusterfs/src/common-utils.h b/libglusterfs/src/common-utils.h index 5e338f69528..ae96c9bc1a1 100644 --- a/libglusterfs/src/common-utils.h +++ b/libglusterfs/src/common-utils.h @@ -846,4 +846,7 @@ gf_bits_count (uint64_t n); int32_t gf_bits_index (uint64_t n); +int +gf_peerinfo_to_hostname_and_port (const char *peerinfo, char **hostname); + #endif /* _COMMON_UTILS_H */ |
