diff options
author | Luca Deri <deri@ntop.org> | 2020-05-06 21:57:32 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2020-05-06 21:57:32 +0200 |
commit | 263547e77d87cbf5b8cc2af293b7fad8216c8c35 (patch) | |
tree | a30a0b4171c1339e75bee4ed646b5888f3add11a /src/lib/third_party/include | |
parent | 86e34fbf6ded9329f1174cc1b7da4bb016613497 (diff) |
Updated automa API to use 32 bit values splits from protocol/categpry
Diffstat (limited to 'src/lib/third_party/include')
-rw-r--r-- | src/lib/third_party/include/actypes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/third_party/include/actypes.h b/src/lib/third_party/include/actypes.h index 2308cd686..a76e91fe0 100644 --- a/src/lib/third_party/include/actypes.h +++ b/src/lib/third_party/include/actypes.h @@ -43,8 +43,8 @@ typedef char AC_ALPHABET_t; * union for this purpose. you can add your desired type in it. **/ typedef struct { - int number; - unsigned int category, breed; + u_int32_t number; + u_int16_t category, breed; } AC_REP_t; /* AC_PATTERN_t: |