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

Method Create

src/sessionmgr/tunnel-queue.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19namespace SessionManager {
20
21TunnelRecord::Ptr TunnelRecord::Create(const DBus::Object::Path &cfgpath, const uid_t owner_uid)
22{
23 return TunnelRecord::Ptr(new TunnelRecord(cfgpath, owner_uid));
24}
25
26
27TunnelRecord::TunnelRecord(const DBus::Object::Path &cfgpath, const uid_t owner_uid)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected