mirror of
https://github.com/ceph/ceph
synced 2025-03-08 09:19:03 +00:00
mon: PaxosService: mark events
Signed-off-by: Joao Eduardo Luis <joao@suse.de>
This commit is contained in:
parent
696c2ec5c8
commit
427cef86f7
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user