Rename creation_iid to creation_id for clarity

This commit is contained in:
Maik Broemme 2025-12-08 14:33:32 +01:00
parent 314713f369
commit eecba25242
No known key found for this signature in database
GPG key ID: 27BE1125704B8B02
5 changed files with 5 additions and 5 deletions

View file

@ -174,7 +174,7 @@ struct view {
bool mapped;
bool been_mapped;
uint64_t creation_iid;
uint64_t creation_id;
enum lab_ssd_mode ssd_mode;
enum ssd_preference ssd_preference;
bool shaded;