From 63d46236592c9e3c2fef05fd60d1c39548e57a8d Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Tue, 18 Jul 2017 15:23:12 +0530 Subject: common-utils: Remove fop_enum_to_string, get_fop_int Implementation of these two functions becomes easier by using gf_fop_list[] array. So implemented that and removed usage of these functions. BUG: 1472250 Change-Id: I8a592913f9eeb02d965708bcf28a637588ed4988 Signed-off-by: Pranith Kumar K Reviewed-on: https://review.gluster.org/17812 Reviewed-by: Niels de Vos CentOS-regression: Gluster Build System Smoke: Gluster Build System --- libglusterfs/src/common-utils.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libglusterfs/src/common-utils.h') diff --git a/libglusterfs/src/common-utils.h b/libglusterfs/src/common-utils.h index 41cbb01440c..f1625e446cb 100644 --- a/libglusterfs/src/common-utils.h +++ b/libglusterfs/src/common-utils.h @@ -914,6 +914,9 @@ gf_bits_index (uint64_t n); const char* gf_fop_string (glusterfs_fop_t fop); +int +gf_fop_int (char *fop); + char * get_ip_from_addrinfo (struct addrinfo *addr, char **ip); -- cgit