From 7dcbfb81f5f3bb0fe4acddf711f2cfdb4b38e1da Mon Sep 17 00:00:00 2001 From: Greg Farnum Date: Thu, 2 Dec 2010 16:36:22 -0800 Subject: MDS: make use of the hooks to start standby-replay. This doesn't include trim, and there's no way to exit the replay! Signed-off-by: Greg Farnum --- src/mds/MDS.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mds/MDS.h') diff --git a/src/mds/MDS.h b/src/mds/MDS.h index 5f05f185f0c..9b37105c088 100644 --- a/src/mds/MDS.h +++ b/src/mds/MDS.h @@ -147,6 +147,7 @@ class MDS : public Dispatcher { int incarnation; int standby_for_rank; + int standby_type; string standby_for_name; Messenger *messenger; -- cgit v1.2.1