]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: Add get_metablob to LogEvent
authorJohn Spray <john.spray@inktank.com>
Tue, 25 Mar 2014 13:31:03 +0000 (13:31 +0000)
committerJohn Spray <john.spray@inktank.com>
Sun, 18 May 2014 10:21:29 +0000 (11:21 +0100)
commitbf7b84c951edbc2c799f66071ca748905341416f
tree257362e0e8cffe06c32d22f54d9ac71e4c3e0bb6
parente56b88fe13d5993e2013a83d9674e6eaef624708
mds: Add get_metablob to LogEvent

Previously the only way to get at the payload
of things like EUpdate and EOpen was to replay() them
(required a full running MDS) or to use downcasting
(yuck).

Signed-off-by: John Spray <john.spray@inktank.com>
src/mds/LogEvent.h
src/mds/events/EOpen.h
src/mds/events/EUpdate.h