From d2dde382e6423afd88217128dbc66dde74415dca Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 2 Jun 2018 01:39:25 +0200 Subject: Receive data with epoll_wait --- tests/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/main.cpp b/tests/main.cpp index 63e50c3..6b9a36f 100644 --- a/tests/main.cpp +++ b/tests/main.cpp @@ -2,5 +2,6 @@ int main() { + sibs::DirectConnections user1(27137); return 0; } -- cgit v1.2.3