mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-05 20:39:16 +00:00
Added IPC for processes
This commit is contained in:
@ -53,6 +53,7 @@ namespace InterProcessCommunication
|
||||
|
||||
IPC::IPC()
|
||||
{
|
||||
trace("Starting IPC Service...");
|
||||
TaskManager->CreateThread(TaskManager->GetCurrentProcess(), (Tasking::IP)IPCServiceStub);
|
||||
TaskManager->GetCurrentThread()->Rename("IPC Service");
|
||||
}
|
||||
|
Reference in New Issue
Block a user