MCPcopy Create free account
hub / github.com/Icinga/icinga2 / FlushTimeout

Method FlushTimeout

lib/perfdata/influxdbcommonwriter.cpp:414–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412}
413
414void InfluxdbCommonWriter::FlushTimeout()
415{
416 m_WorkQueue.Enqueue([this]() { FlushTimeoutWQ(); }, PriorityHigh);
417}
418
419void InfluxdbCommonWriter::FlushTimeoutWQ()
420{

Callers

nothing calls this directly

Calls 1

EnqueueMethod · 0.45

Tested by

no test coverage detected