From 1d6cd6bb0f2f5875e8e4ad370cf1ff2c601cbfd4 Mon Sep 17 00:00:00 2001 From: Manikandan Selvaganesh Date: Mon, 2 Feb 2015 11:57:54 +0530 Subject: Xlators : Fixed typos Change-Id: I948f85cb369206ee8ce8b8cd5e48cae9adb971c9 BUG: 1075417 Signed-off-by: Manikandan Selvaganesh Reviewed-on: http://review.gluster.org/9529 Reviewed-by: Niels de Vos Tested-by: Gluster Build System Reviewed-by: Kaleb KEITHLEY Reviewed-by: Humble Devassy Chirammal --- xlators/features/changelog/src/changelog-helpers.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xlators/features/changelog/src/changelog-helpers.h') diff --git a/xlators/features/changelog/src/changelog-helpers.h b/xlators/features/changelog/src/changelog-helpers.h index 33a99ee4eed..aca2e706e0c 100644 --- a/xlators/features/changelog/src/changelog-helpers.h +++ b/xlators/features/changelog/src/changelog-helpers.h @@ -217,6 +217,9 @@ struct changelog_priv { /* lock to synchronize CSNAP updation */ gf_lock_t c_snap_lock; + /* written end of the pipe */ + int wfd; + /* rollover time */ int32_t rollover_time; -- cgit