From a7394f46d9eac2b214a4c9a2b70b6bf7e5b69065 Mon Sep 17 00:00:00 2001 From: heck Date: Thu, 24 Jun 2021 17:25:59 +0200 Subject: [PATCH] Tests: PityPerspective.hh - add own_groups --- src/PityPerspective.hh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/PityPerspective.hh b/src/PityPerspective.hh index 2c155f4..a390c11 100644 --- a/src/PityPerspective.hh +++ b/src/PityPerspective.hh @@ -26,6 +26,10 @@ namespace pEp { Test::Utils::pEpIdent own_ident; Test::Utils::pEpIdent cpt_ident; + // Groups + std::vector own_groups; + + //Callbacks //internal logging static bool debug_log_enabled; Adapter::pEpLog::pEpLogger logger_debug{ "PityNode", debug_log_enabled };