mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 20:47:45 +00:00
Revert "IPCCompiler: Use string hashes for IPC endpoint magic"
This reverts commit 59218007a3
.
This commit is contained in:
parent
53aec3e06d
commit
418bc484e4
25 changed files with 29 additions and 25 deletions
|
@ -1,4 +1,4 @@
|
|||
endpoint LookupClient
|
||||
endpoint LookupClient = 9002
|
||||
{
|
||||
Dummy() =|
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
endpoint LookupServer
|
||||
endpoint LookupServer = 9001
|
||||
{
|
||||
LookupName(String name) => (int code, Vector<String> addresses)
|
||||
LookupAddress(String address) => (int code, String name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue