Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenVPN/openvpn3-linux
/ Event
Method
Event
src/sessionmgr/sessionmgr-events.cpp:24–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
namespace SessionManager {
23
24
Event::Event(const std::string &path,
25
EventType type,
26
uid_t owner)
27
: path(path), type(type), owner(owner)
28
{
29
}
30
31
32
Event::Event(GVariant *params)
Callers
nothing calls this directly
Calls
1
Exception
Class · 0.70
Tested by
no test coverage detected