export maat_stream_XX

This commit is contained in:
liuwentan
2023-03-28 18:42:49 +08:00
parent 4eee0ede80
commit c8450c8a04
3 changed files with 405 additions and 12 deletions

View File

@@ -1840,7 +1840,7 @@ size_t maat_compile_state_get_internal_hit_paths(struct maat_compile_state *comp
NOTE: maybe one item has been deleted, but it's item_id still exist in internal_hit_paths
*/
long long top_group_ids[MAX_SCANNER_HIT_GROUP_NUM];
memset(top_group_ids, 0, sizeof(top_group_ids));
memset(top_group_ids, -1, sizeof(top_group_ids));
int top_group_cnt = group2group_runtime_get_top_groups(g2g_rt, &(internal_path->group_id),
1, top_group_ids);
if (top_group_cnt <= 0) {

View File

@@ -15,6 +15,7 @@ global:
maat_scan*;
maat_state_*;
maat_helper*;
maat_stream_*;
};
local: *;
};