event_list_t m_events;
-@@ -183,7 +183,7 @@
+@@ -183,9 +183,9 @@
// at all (eg. there is no need to capture api or extensions
detection data)
//
// global capture flag is checked in the k8s state call
- bool m_is_captured = false;
+ bool m_is_captured;
+
+- bool m_connect_logged = false;
++ bool m_connect_logged;
};