aboutsummaryrefslogtreecommitdiffstats
path: root/teal-src/util/poll.d.tl
diff options
context:
space:
mode:
Diffstat (limited to 'teal-src/util/poll.d.tl')
-rw-r--r--teal-src/util/poll.d.tl5
1 files changed, 5 insertions, 0 deletions
diff --git a/teal-src/util/poll.d.tl b/teal-src/util/poll.d.tl
index 7e346161..28fd982b 100644
--- a/teal-src/util/poll.d.tl
+++ b/teal-src/util/poll.d.tl
@@ -19,6 +19,11 @@ local record lib
new : function () : state
ENOENT : integer
EEXIST : integer
+ enum api_backend
+ "epoll"
+ "select"
+ end
+ api : api_backend
end
return lib