]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/capture/ipq_linux/ipq_cap.h
Introduced logger for plugins.
[stg.git] / projects / stargazer / plugins / capture / ipq_linux / ipq_cap.h
index 7c78da8935345c417d80be6511da1a2dc00ad3c7..8b524d93ba564e878846570ce95a1753f9e21275 100644 (file)
@@ -26,6 +26,7 @@
 #include "stg/plugin.h"
 #include "stg/module_settings.h"
 #include "stg/os_int.h"
+#include "stg/logger.h"
 
 #define BUFSIZE     (256)
 #define PAYLOAD_LEN (96)
@@ -76,6 +77,8 @@ private:
 
     TRAFFCOUNTER * traffCnt;
     unsigned char buf[BUFSIZE];
+
+    PLUGIN_LOGGER logger;
 };
 
 #endif