summaryrefslogtreecommitdiffstats
path: root/xlators/features/quiesce/src/quiesce.h
diff options
context:
space:
mode:
authorAmar Tumballi <amarts@redhat.com>2017-08-31 15:23:56 +0530
committerJeff Darcy <jeff@pl.atyp.us>2017-12-20 15:43:02 +0000
commit7d81a49a0479b4b98a639b5e50ec2ea4fa8a1314 (patch)
tree134cf8eca7a0dc197ae1f83421e54414a37bd52c /xlators/features/quiesce/src/quiesce.h
parent4fdcf4cccd467c9678bd23a613f43e1f1ac24c07 (diff)
stripe, quiesce: volume option fixes
Updates: #302 Change-Id: I8f84260ba007f2afc7fe3b7c15c06069942ad6d1 Signed-off-by: Amar Tumballi <amarts@redhat.com>
Diffstat (limited to 'xlators/features/quiesce/src/quiesce.h')
-rw-r--r--xlators/features/quiesce/src/quiesce.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/features/quiesce/src/quiesce.h b/xlators/features/quiesce/src/quiesce.h
index 878ed77e928..a5fb43ccdc8 100644
--- a/xlators/features/quiesce/src/quiesce.h
+++ b/xlators/features/quiesce/src/quiesce.h
@@ -25,6 +25,7 @@ typedef struct {
int queue_size;
pthread_t thr;
struct mem_pool *local_pool;
+ uint32_t timeout;
} quiesce_priv_t;
typedef struct {