summaryrefslogtreecommitdiffstats
path: root/src/mds/LogEvent.h
diff options
context:
space:
mode:
authorJohn Spray <john.spray@inktank.com>2014-03-25 14:30:59 +0100
committerJohn Spray <john.spray@inktank.com>2014-05-18 12:21:29 +0200
commite56b88fe13d5993e2013a83d9674e6eaef624708 (patch)
tree62ca63b19bfbdef4a952eb17365227a1e7e8c91f /src/mds/LogEvent.h
parentmds: Add get_paths method to EMetaBlob (diff)
downloadceph-e56b88fe13d5993e2013a83d9674e6eaef624708.tar.xz
ceph-e56b88fe13d5993e2013a83d9674e6eaef624708.zip
mds: Add ENoOp for padding journals
This allows us to implement journal splicing without moving blocks around, and without modifying the outer journal syntax. Signed-off-by: John Spray <john.spray@inktank.com>
Diffstat (limited to 'src/mds/LogEvent.h')
-rw-r--r--src/mds/LogEvent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mds/LogEvent.h b/src/mds/LogEvent.h
index 0c390efd18b..97a4233da6d 100644
--- a/src/mds/LogEvent.h
+++ b/src/mds/LogEvent.h
@@ -39,6 +39,7 @@
#define EVENT_TABLESERVER 43
#define EVENT_SUBTREEMAP_TEST 50
+#define EVENT_NOOP 51
#include "include/buffer.h"