summaryrefslogtreecommitdiff
path: root/shaping/include/shaper_session.h
diff options
context:
space:
mode:
Diffstat (limited to 'shaping/include/shaper_session.h')
-rw-r--r--shaping/include/shaper_session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shaping/include/shaper_session.h b/shaping/include/shaper_session.h
index a78c3dc..1cfdf6d 100644
--- a/shaping/include/shaper_session.h
+++ b/shaping/include/shaper_session.h
@@ -2,6 +2,6 @@
struct shaping_flow* shaper_session_opening(struct shaping_thread_ctx *ctx, struct metadata *meta, struct ctrl_pkt_data *ctrl_data, struct raw_pkt_parser *raw_parser);
struct shaping_flow* shaper_session_close(struct shaping_thread_ctx *ctx, struct metadata *meta);
-struct shaping_flow* shaper_session_active(struct shaping_thread_ctx *ctx, struct metadata *meta, struct ctrl_pkt_data *ctrl_data);
+struct shaping_flow* shaper_session_active(struct shaping_thread_ctx *ctx, struct metadata *meta, struct ctrl_pkt_data *ctrl_data, struct raw_pkt_parser *raw_parser);
struct shaping_flow* shaper_session_reset_all(struct shaping_thread_ctx *ctx, struct metadata *meta);
void shaper_session_data_free_cb(void *session_data, void *data); \ No newline at end of file