mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-16 09:41:42 +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