kernel: merge appInfo and appInfo2

This commit is contained in:
DH 2024-11-27 14:10:53 +03:00
parent 20303c903d
commit eaf15a0169
5 changed files with 27 additions and 45 deletions

View file

@ -68,8 +68,7 @@ struct Process final {
ptr<void> processParam = nullptr;
uint64_t processParamSize = 0;
const ProcessOps *ops = nullptr;
AppInfo appInfo{};
AppInfo2 appInfo2{};
AppInfoEx appInfo{};
AuthInfo authInfo{};
kstring cwd;
kstring root = "/";