mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-19 05:25:45 +00:00
service: refactor server architecture
Converts services to have their own processes
This commit is contained in:
@@ -29,6 +29,7 @@ public:
|
||||
private:
|
||||
Kernel::KernelCore& kernel;
|
||||
Kernel::KProcess* process{};
|
||||
bool process_created{false};
|
||||
};
|
||||
|
||||
} // namespace Service::KernelHelpers
|
||||
|
||||
Reference in New Issue
Block a user