mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-05 23:59:49 +00:00
LibIPC: Fix incorrectly named function parameter in TransportSocket
This commit is contained in:
parent
3c88bedc05
commit
8db466ae5d
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ public:
|
||||||
Vector<u8> bytes;
|
Vector<u8> bytes;
|
||||||
Queue<File> fds;
|
Queue<File> fds;
|
||||||
};
|
};
|
||||||
ShouldShutdown read_as_many_messages_as_possible_without_blocking(Function<void(Message&&)>&& schedule_shutdown);
|
ShouldShutdown read_as_many_messages_as_possible_without_blocking(Function<void(Message&&)>&&);
|
||||||
|
|
||||||
// Obnoxious name to make it clear that this is a dangerous operation.
|
// Obnoxious name to make it clear that this is a dangerous operation.
|
||||||
ErrorOr<int> release_underlying_transport_for_transfer();
|
ErrorOr<int> release_underlying_transport_for_transfer();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue