mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
Deprecate bro_int_t and bro_uint_t
This commit is contained in:
parent
d066013793
commit
f624c18383
67 changed files with 331 additions and 320 deletions
|
@ -8,7 +8,7 @@
|
|||
#include <utility>
|
||||
|
||||
#include "zeek/ZeekString.h" // for byte_vec
|
||||
#include "zeek/util.h" // for bro_int_t
|
||||
#include "zeek/util.h" // for zeek_int_t
|
||||
|
||||
namespace zeek
|
||||
{
|
||||
|
@ -118,7 +118,7 @@ public:
|
|||
SP();
|
||||
}
|
||||
|
||||
void AddCount(bro_int_t n)
|
||||
void AddCount(zeek_int_t n)
|
||||
{
|
||||
if ( ! IsReadable() )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue