prefilter: fix fields buffered order

This commit is contained in:
zhuzhenjun
2023-10-23 14:52:21 +08:00
parent 7a5b2e9f07
commit 50e455bf8e
4 changed files with 136 additions and 85 deletions

View File

@@ -26,6 +26,8 @@ struct osfp_prefilter_hash_element {
struct osfp_fingerprint *fp;
char *fp_json;
unsigned int os_class;
unsigned int repeated;
UT_hash_handle hh;
};