summaryrefslogtreecommitdiffstats
path: root/src/tools/cephfs/Dumper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/cephfs/Dumper.h')
-rw-r--r--src/tools/cephfs/Dumper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/cephfs/Dumper.h b/src/tools/cephfs/Dumper.h
index f95a06290db..aad7b3e10a5 100644
--- a/src/tools/cephfs/Dumper.h
+++ b/src/tools/cephfs/Dumper.h
@@ -36,7 +36,7 @@ public:
Dumper() : ino(-1)
{}
- int init(mds_role_t role_);
+ int init(mds_role_t role_, const std::string &type);
int recover_journal(Journaler *journaler);
int dump(const char *dumpfile);
int undump(const char *dumpfile);