MCPcopy Create free account
hub / github.com/ceph/ceph / queue_tell_command

Method queue_tell_command

src/common/admin_socket.cc:640–646  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

638}
639
640void AdminSocket::queue_tell_command(cref_t<MCommand> m)
641{
642 ldout(m_cct,10) << __func__ << " " << *m << dendl;
643 std::lock_guard l(tell_lock);
644 tell_queue.push_back(std::move(m));
645 wakeup();
646}
647void AdminSocket::queue_tell_command(cref_t<MMonCommand> m)
648{
649 ldout(m_cct,10) << __func__ << " " << *m << dendl;

Callers 5

handle_commandMethod · 0.80
handle_commandMethod · 0.80
_handle_commandMethod · 0.80
handle_tell_commandMethod · 0.80
handle_commandMethod · 0.80

Calls 2

wakeupFunction · 0.50
push_backMethod · 0.45

Tested by

no test coverage detected