From b9fb7ea63d6120faaeb75ffa0cafbc0ab0e4a619 Mon Sep 17 00:00:00 2001 From: Krutika Dhananjay Date: Fri, 26 May 2017 15:56:59 +0530 Subject: debug/io-stats: Provide option to select stats output format ... as opposed to hardcoding it to "json" always. Change-Id: I5e79473a514373145ad764f24bb6219a6983a4c6 BUG: 1458197 Signed-off-by: Krutika Dhananjay Reviewed-on: https://review.gluster.org/17451 Smoke: Gluster Build System NetBSD-regression: NetBSD Build System Reviewed-by: Niels de Vos CentOS-regression: Gluster Build System Reviewed-by: Shyamsundar Ranganathan --- libglusterfs/src/globals.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libglusterfs/src/globals.h') diff --git a/libglusterfs/src/globals.h b/libglusterfs/src/globals.h index a23c45e4a62..9bbd104b618 100644 --- a/libglusterfs/src/globals.h +++ b/libglusterfs/src/globals.h @@ -86,6 +86,8 @@ #define GD_OP_VERSION_3_11_1 31101 /* Op-version for GlusterFS 3.11.1 */ +#define GD_OP_VERSION_3_12_0 31200 /* Op-version for GlusterFS 3.12.0 */ + #define GD_OP_VERSION_4_0_0 40000 /* Op-version for GlusterFS 4.0.0 */ #define GD_OP_VER_PERSISTENT_AFR_XATTRS GD_OP_VERSION_3_6_0 -- cgit