|
@@ -23,7 +23,7 @@ class LocalSocket final : public Socket {
|
|
|
|
|
|
public:
|
|
|
static KResultOr<NonnullRefPtr<LocalSocket>> try_create(int type);
|
|
|
- static KResultOr<SocketPair> create_connected_pair(int type);
|
|
|
+ static KResultOr<SocketPair> try_create_connected_pair(int type);
|
|
|
virtual ~LocalSocket() override;
|
|
|
|
|
|
KResult sendfd(const FileDescription& socket_description, FileDescription& passing_description);
|