From: ARUNKUMAR KAYAMBU -X (akayambu - XORIANT CORPORATION at Cisco) Date: Thu, 11 Apr 2024 19:33:47 +0000 (+0000) Subject: Pull request #4280: flow: fix unit test for debian X-Git-Tag: 3.2.1.0~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb2794aa5a7303785f7cc87806da3d18fbadb712;p=thirdparty%2Fsnort3.git Pull request #4280: flow: fix unit test for debian Merge in SNORT/snort3 from ~AKAYAMBU/snort3:fix_ut_debian to master Squashed commit of the following: commit e1fb3d039f898489414f74b2be59f43e36995b5a Author: Arunkumar Kayambu Date: Thu Apr 11 12:27:06 2024 -0400 flow: fix unit test for debian --- diff --git a/src/flow/test/flow_cache_test.cc b/src/flow/test/flow_cache_test.cc index bd4bc0afe..8425a2fe4 100644 --- a/src/flow/test/flow_cache_test.cc +++ b/src/flow/test/flow_cache_test.cc @@ -58,7 +58,7 @@ THREAD_LOCAL FlowControl* flow_con = nullptr; void Active::drop_packet(snort::Packet const*, bool) { } Analyzer* Analyzer::get_local_analyzer() { return nullptr; } -void Analyzer::resume(unsigned long) { } +void Analyzer::resume(uint64_t) { } void Active::set_drop_reason(char const*) { } ExpectCache::ExpectCache(uint32_t) { } ExpectCache::~ExpectCache() = default;