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

Method Callbacks

src/common/requiresqueue.cpp:70–76  ·  view source on GitHub ↗

* RequiresQueue::Callbacks */

Source from the content-addressed store, hash-verified

68 * RequiresQueue::Callbacks
69 */
70RequiresQueue::Callbacks::Callbacks()
71{
72 collection[CallbackType::CHECK_TYPE_GROUP] = nullptr;
73 collection[CallbackType::QUEUE_CHECK] = nullptr;
74 collection[CallbackType::QUEUE_FETCH] = nullptr;
75 collection[CallbackType::PROVIDE_RESPONSE] = nullptr;
76}
77
78
79void RequiresQueue::Callbacks::AddCallback(const CallbackType type, CBFunction func)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected