mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
AudioServer: Port to the new generated IPC mechanism
Fork the IPC Connection classes into Server:: and Client::ConnectionNG. The new IPC messages are serialized very snugly instead of using the same generic data structure for all messages. Remove ASAPI.h since we now generate all of it from AudioServer.ipc :^)
This commit is contained in:
Notes:
sideshowbarker
2024-07-19 12:54:51 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/8e684f09598
1
.gitignore
vendored
1
.gitignore
vendored
@@ -28,3 +28,4 @@ Toolchain/Local
|
||||
.vscode
|
||||
compile_commands.json
|
||||
.clang_complete
|
||||
*Endpoint.h
|
||||
|
||||
Reference in New Issue
Block a user