Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
105
void Log::SetDBusSender(DBus::Signals::Target::Ptr sndr)
106
{
107
if (!sender)
108
{
109
sender = sndr;
110
}
111
}
112
113
114
void Log::AddLogTag(LogTag::Ptr tag) noexcept
Callers
1
ParseLog
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected