MCPcopy Create free account
hub / github.com/OpenVPN/openvpn3-linux / SetDBusSender

Method SetDBusSender

src/events/log.cpp:105–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103
104
105void Log::SetDBusSender(DBus::Signals::Target::Ptr sndr)
106{
107 if (!sender)
108 {
109 sender = sndr;
110 }
111}
112
113
114void Log::AddLogTag(LogTag::Ptr tag) noexcept

Callers 1

ParseLogFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected