mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-09 06:19:19 +00:00
fork() stub and QoL improvements
This commit is contained in:
@ -73,6 +73,8 @@ namespace InterProcessCommunication
|
||||
void *Process;
|
||||
|
||||
public:
|
||||
std::vector<IPCHandle *> GetHandles() { return Handles; }
|
||||
void Fork(IPC *Parent);
|
||||
IPCHandle *Create(IPCType Type, char UniqueToken[16]);
|
||||
IPCErrorCode Destroy(IPCID ID);
|
||||
IPCErrorCode Allocate(IPCID ID, long Size);
|
||||
|
Reference in New Issue
Block a user