diff options
| author | root <[email protected]> | 2024-08-22 06:42:37 +0000 |
|---|---|---|
| committer | root <[email protected]> | 2024-08-22 06:42:37 +0000 |
| commit | f660e6b2ac772ff6dcc8525e3d40ebbdff73a670 (patch) | |
| tree | 9d4287110ff59e979501753dff4dea90b3858929 /include | |
| parent | 678ddd718a3e1b3561ced76b3a3f65a075e25b5e (diff) | |
rename terminology "virtual table(vtable)" to "attribute"
Diffstat (limited to 'include')
| -rw-r--r-- | include/maat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/maat.h b/include/maat.h index df1ac6e..d5b35bc 100644 --- a/include/maat.h +++ b/include/maat.h @@ -29,7 +29,7 @@ struct maat; struct maat_hit_path { int Nth_scan; - int vtable_id; // 0 is not a virtual table. + int attribute_id; // 0 is not a attribute. int NOT_flag; // 1 means NOT clause(condition) int clause_index; // 0 ~ 7 long long item_id; @@ -41,7 +41,7 @@ struct maat_hit_path { struct maat_hit_group { long long item_id; long long group_id; - int vtable_id; + int attribute_id; }; enum maat_scan_status { |
