aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authordec05eba <0xdec05eba@gmail.com>2018-06-02 01:39:25 +0200
committerdec05eba <0xdec05eba@gmail.com>2018-06-02 01:39:29 +0200
commitad7cc4dbe4dacaa5cccfd1c9adeccc0ece2299f4 (patch)
treeb045f3bc6068fb797203953d661bad5fcc9c509f /tests
parent595b1b7d2fc7aa084296978b8a38a26ed960a0f5 (diff)
Receive data with epoll_wait
Diffstat (limited to 'tests')
-rw-r--r--tests/main.cpp1
1 files changed, 1 insertions, 0 deletions
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;
}