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

Method get_progress_events

src/mgr/ActivePyModules.cc:1571–1575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1569}
1570
1571void ActivePyModules::get_progress_events(std::map<std::string,ProgressEvent> *events)
1572{
1573 std::lock_guard l(lock);
1574 *events = progress_events;
1575}
1576
1577void ActivePyModules::config_notify()
1578{

Callers 2

send_reportMethod · 0.45
get_cluster_statusMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected