diff --git a/test/pitytest11/src/PityPerspective.hh b/test/pitytest11/src/PityPerspective.hh index 2c155f4..a390c11 100644 --- a/test/pitytest11/src/PityPerspective.hh +++ b/test/pitytest11/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 };