Commit a3de19be authored by Alex Guzman's avatar Alex Guzman Committed by Facebook GitHub Bot

Add support for io_uring

Summary: Sets out the foundation of io_uring support into fizz and enables support in the fizz tool

Reviewed By: mingtaoy

Differential Revision: D23592810

fbshipit-source-id: 6f995c99541bc2aeca3cdfb7d84ebd2d25eb1f5e
parent 06f9ac30
...@@ -25,6 +25,7 @@ namespace test { ...@@ -25,6 +25,7 @@ namespace test {
class MockAsyncTransport : public AsyncTransport { class MockAsyncTransport : public AsyncTransport {
public: public:
MOCK_METHOD1(setEventCallback, void(EventRecvmsgCallback*));
MOCK_METHOD1(setReadCB, void(ReadCallback*)); MOCK_METHOD1(setReadCB, void(ReadCallback*));
MOCK_CONST_METHOD0(getReadCallback, ReadCallback*()); MOCK_CONST_METHOD0(getReadCallback, ReadCallback*());
MOCK_CONST_METHOD0(getReadCB, ReadCallback*()); MOCK_CONST_METHOD0(getReadCB, ReadCallback*());
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment