MCPcopy 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

22namespace SessionManager {
23
24Event::Event(const std::string &path,
25 EventType type,
26 uid_t owner)
27 : path(path), type(type), owner(owner)
28{
29}
30
31
32Event::Event(GVariant *params)

Callers

nothing calls this directly

Calls 1

ExceptionClass · 0.70

Tested by

no test coverage detected