[orbis-kernel] Improve kdelete safety

This commit is contained in:
Ivan Chikish 2023-07-15 19:05:14 +03:00
parent 9717128c1f
commit 191a9459af
5 changed files with 12 additions and 5 deletions

View file

@ -21,7 +21,7 @@ enum {
kEvfWaitModeClearPat = 0x20,
};
struct EventFlag {
struct EventFlag final {
char name[32];
bool isDeleted = false;