mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
LibIPC: Remove socket path from IPC Client connections
We don't need these for Ladybird, and they are the only users of some LibCore functions we can remove as well.
This commit is contained in:
parent
310cdc35f0
commit
1549d393b9
Notes:
github-actions[bot]
2024-11-26 10:01:57 +00:00
Author: https://github.com/ADKaster
Commit: 1549d393b9
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2582
5 changed files with 4 additions and 18 deletions
|
@ -29,7 +29,7 @@ struct DecodedImage {
|
|||
class Client final
|
||||
: public IPC::ConnectionToServer<ImageDecoderClientEndpoint, ImageDecoderServerEndpoint>
|
||||
, public ImageDecoderClientEndpoint {
|
||||
IPC_CLIENT_CONNECTION(Client, "/tmp/session/%sid/portal/image"sv);
|
||||
C_OBJECT_ABSTRACT(Client);
|
||||
|
||||
public:
|
||||
Client(IPC::Transport);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue