aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-06-02 01:39:25 +0200
committerdec05eba <dec05eba@protonmail.com>2020-08-18 22:56:48 +0200
commitd2dde382e6423afd88217128dbc66dde74415dca (patch)
treefc6259687ccf451171a27566ce0c9f40cbbb9048 /tests
parent441cf81acf9dff087addfa8d01a61e4513b1dd6e (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;
}