summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoryangwei <[email protected]>2024-09-14 17:51:10 +0800
committeryangwei <[email protected]>2024-09-14 17:51:10 +0800
commit3d484c89b13fca0ea53da3be24e70310b39d8b75 (patch)
tree7ea60cac3685cba29fb8c96fa6044f7192415481 /include
parent9cf9019635700d744285fd26654b593e4baddf0c (diff)
✨ feat(lrustream): 包处理流程不再检查超时,仅在polling执行Feature-timeout-on-polling-only
Diffstat (limited to 'include')
-rw-r--r--include/private/stream_manage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/private/stream_manage.h b/include/private/stream_manage.h
index d6bcb95..87d4f21 100644
--- a/include/private/stream_manage.h
+++ b/include/private/stream_manage.h
@@ -152,7 +152,7 @@ struct streaminfo *findstream(struct streaminfo *ptmp);
void streamleavlist(struct streamindex *pindex,struct stream_list *plist);
void streamaddlist(struct streamindex *pindex,struct stream_list *plist);
struct streamindex *findstreamindex(struct streamindex *pindex, const raw_pkt_t *raw_pkt);
-int lrustream(struct streamindex *pindex);
+void lrustream(struct streamindex *pindex);
void hash_add_stream(struct streamindex *pindex);
void hash_del_stream(struct streamindex *pindex);