Rename present frame flag

This commit is contained in:
2020-05-15 16:10:04 +02:00
parent 82bd995439
commit 3e9ee263d8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ struct ModuleFrame {
struct CompressedModuleFrame {
ModuleFrame module_frame;
uint64_t compressed_size;
bool is_valid_frame;
bool is_frame_present;
};
#pragma pack(pop)