diff options
| author | 刘文坛 <[email protected]> | 2023-07-28 11:17:35 +0000 |
|---|---|---|
| committer | 刘文坛 <[email protected]> | 2023-07-28 11:17:35 +0000 |
| commit | c1d413e992c1224afad331c645ea0df305a6ed0f (patch) | |
| tree | 94bd059416e55fb99735041017d244af2cf4c928 /include | |
| parent | 73887d5e2727a1352af7fbc3bae47ba00d54f74a (diff) | |
[PATCH]support get hit item_id
Diffstat (limited to 'include')
| -rw-r--r-- | include/maat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/maat.h b/include/maat.h index f6587d5..0f34573 100644 --- a/include/maat.h +++ b/include/maat.h @@ -37,6 +37,7 @@ struct maat_hit_path { }; struct maat_hit_group { + long long item_id; long long group_id; int vtable_id; }; |
