Move loading rules into outer loop

This commit is contained in:
jsteube
2016-09-24 12:05:56 +02:00
parent ebe9f1c07f
commit 62b97a6fe6
25 changed files with 479 additions and 463 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
#ifndef _SESSION_H
#define _SESSION_H
void session_ctx_init (session_ctx_t *session_ctx, const u32 kernel_rules_cnt, kernel_rule_t *kernel_rules_buf);
void session_ctx_init (session_ctx_t *session_ctx);
void session_ctx_destroy (session_ctx_t *session_ctx);