aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/suricata/src/source-pfring.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/suricata/src/source-pfring.h')
-rw-r--r--framework/src/suricata/src/source-pfring.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/framework/src/suricata/src/source-pfring.h b/framework/src/suricata/src/source-pfring.h
index e0878454..9871f458 100644
--- a/framework/src/suricata/src/source-pfring.h
+++ b/framework/src/suricata/src/source-pfring.h
@@ -31,8 +31,14 @@
#include <pfring.h>
#endif
+typedef enum {
+ PFRING_CONF_FLAGS_CLUSTER = 0x1
+} PfringIfaceConfigFlags;
+
typedef struct PfringIfaceConfig_
{
+ uint32_t flags;
+
/* cluster param */
int cluster_id;
#ifdef HAVE_PFRING