From 396d938342663768fc5590420e5a9739a61f4c91 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 --- test/pitytest11/src/PityPerspective.hh | 4 ++++ 1 file changed, 4 insertions(+) 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 };