mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 23:58:11 +00:00

This patch removes the IPC endpoint numbers that needed to be specified in the IPC files. Since the string hash is a (hopefully) collision free number that depends on the name of the endpoint, we now use that instead. :^)
5 lines
155 B
Text
5 lines
155 B
Text
endpoint LookupServer
|
|
{
|
|
LookupName(String name) => (int code, Vector<String> addresses)
|
|
LookupAddress(String address) => (int code, String name)
|
|
}
|