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

Method Service

src/sessionmgr/sessionmgr-service.cpp:271–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269
270
271Service::Service(DBus::Connection::Ptr con, LogWriter::Ptr lwr)
272 : DBus::Service(con, Constants::GenServiceName("sessions")),
273 logwr(std::move(lwr))
274{
275 logsrvprx = LogServiceProxy::Create(con);
276 logsrvprx->AttachInterface(con, Constants::GenInterface("sessions"));
277}
278
279
280Service::~Service() noexcept

Callers

nothing calls this directly

Calls 1

AttachInterfaceMethod · 0.80

Tested by

no test coverage detected