mon: PaxosService: mark events

Signed-off-by: Joao Eduardo Luis <joao@suse.de>
This commit is contained in:
Joao Eduardo Luis 2015-06-10 01:55:10 +01:00
parent 696c2ec5c8
commit 427cef86f7

View File

@ -37,6 +37,7 @@ static ostream& _prefix(std::ostream *_dout, Monitor *mon, Paxos *paxos, string
bool PaxosService::dispatch(MonOpRequestRef op)
{
PaxosServiceMessage *m = static_cast<PaxosServiceMessage*>(op->get_req());
op->mark_event("psvc:dispatch");
dout(10) << "dispatch " << *m << " from " << m->get_orig_source_inst() << dendl;