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

Method AssignSession

src/log/proxy-log.hpp:264–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262
263
264 void AssignSession(const DBus::Object::Path &sesspath, const std::string &interf)
265 {
266
267 GVariant *empty = logservice->Call(logtarget,
268 "AssignSession",
269 g_variant_new("(os)",
270 sesspath.c_str(),
271 interf.c_str()),
272 false);
273 g_variant_unref(empty);
274 }
275
276
277 LogProxy::Ptr ProxyLogEvents(const std::string &target,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected