From e56b88fe13d5993e2013a83d9674e6eaef624708 Mon Sep 17 00:00:00 2001 From: John Spray Date: Tue, 25 Mar 2014 13:30:59 +0000 Subject: 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 --- src/mds/LogEvent.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mds/LogEvent.h') 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" -- cgit v1.2.3