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

Method Disconnect

lib/perfdata/graphitewriter.cpp:232–237  ·  view source on GitHub ↗

* Disconnect the stream. * * Called inside the WQ. */

Source from the content-addressed store, hash-verified

230 * Called inside the WQ.
231 */
232void GraphiteWriter::Disconnect()
233{
234 AssertOnWorkQueue();
235
236 DisconnectInternal();
237}
238
239/**
240 * Disconnect the stream.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected