некотрые фиксы ipc (но всеравное всрато работаетЖ не работает)
This commit is contained in:
@@ -15,6 +15,7 @@ end
|
||||
|
||||
if pid then
|
||||
while true do
|
||||
print(syscalls.SendIPCMessage(pid, syscalls.IPC_msg.fromString("Test aboba")))
|
||||
local msg = syscalls.IPC_msg.fromString("Test aboba", pid)
|
||||
print("Send:", msg, "State:", syscalls.SendIPCMessage(msg))
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user