diff options
| author | yangwei <[email protected]> | 2024-09-14 17:51:10 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2024-09-14 17:51:10 +0800 |
| commit | 3d484c89b13fca0ea53da3be24e70310b39d8b75 (patch) | |
| tree | 7ea60cac3685cba29fb8c96fa6044f7192415481 /include | |
| parent | 9cf9019635700d744285fd26654b593e4baddf0c (diff) | |
✨ feat(lrustream): 包处理流程不再检查超时,仅在polling执行Feature-timeout-on-polling-only
Diffstat (limited to 'include')
| -rw-r--r-- | include/private/stream_manage.h | 2 |
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);
|
