mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:07:44 +00:00
IPCCompiler+AudioServer: Accept "//"-style comments in IPC defintions
This commit is contained in:
parent
0f0b00dc1f
commit
3100e8dee5
2 changed files with 10 additions and 3 deletions
|
@ -1,9 +1,12 @@
|
|||
endpoint AudioServer
|
||||
{
|
||||
// Basic protocol
|
||||
Greet(i32 client_pid) => (i32 server_pid, i32 client_id)
|
||||
|
||||
// Mixer functions
|
||||
GetMainMixVolume() => (i32 volume)
|
||||
SetMainMixVolume(i32 volume) => ()
|
||||
|
||||
// Buffer playback
|
||||
EnqueueBuffer(i32 buffer_id) => (bool success)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue