about summary refs log tree commit homepage
path: root/ext/kgio/kgio_ext.c
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-02-08 10:41:51 +0000
committerEric Wong <normalperson@yhbt.net>2011-02-08 13:28:33 -0800
commit5c480aee3067006b5da6d45b7de41d8401b70848 (patch)
treeeebb5907063b3ff442fc97abee8d6336db2636b5 /ext/kgio/kgio_ext.c
parent47653194bf6ad53b9f5fca1b266c30855df5ebbd (diff)
downloadkgio-5c480aee3067006b5da6d45b7de41d8401b70848.tar.gz
It's a nice alternative to IO.select for higher-numbered
file descriptors, especially sparse ones.  Our interface
also generates less garbage than IO.select does.
Diffstat (limited to 'ext/kgio/kgio_ext.c')
-rw-r--r--ext/kgio/kgio_ext.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/kgio/kgio_ext.c b/ext/kgio/kgio_ext.c
index d106d05..f50b3c8 100644
--- a/ext/kgio/kgio_ext.c
+++ b/ext/kgio/kgio_ext.c
@@ -7,4 +7,5 @@ void Init_kgio_ext(void)
         init_kgio_connect();
         init_kgio_accept();
         init_kgio_autopush();
+        init_kgio_poll();
 }