diff options
Diffstat (limited to 'src/kernel/KernelKit/UserProcessScheduler.h')
| -rw-r--r-- | src/kernel/KernelKit/UserProcessScheduler.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/kernel/KernelKit/UserProcessScheduler.h b/src/kernel/KernelKit/UserProcessScheduler.h index fa34b966..d67d54c2 100644 --- a/src/kernel/KernelKit/UserProcessScheduler.h +++ b/src/kernel/KernelKit/UserProcessScheduler.h @@ -32,7 +32,7 @@ class UserProcessHelper; /// @name USER_PROCESS /// @brief USER_PROCESS class, holds information about the running process/thread. /***********************************************************************************/ -class USER_PROCESS final { +class USER_PROCESS final NE_VETTABLE { public: explicit USER_PROCESS(); ~USER_PROCESS(); @@ -142,9 +142,11 @@ class USER_PROCESS final { /***********************************************************************************/ KPCError& GetLocalCode(); - const User* GetOwner(); + const User* GetOwner(); + const ProcessStatusKind& GetStatus(); - const AffinityKind& GetAffinity(); + + const AffinityKind& GetAffinity(); private: KPCError LastExitCode{0}; |
