about summary refs log tree commit homepage
path: root/ext/kgio/kgio.h
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.h
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.h')
-rw-r--r--ext/kgio/kgio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/kgio/kgio.h b/ext/kgio/kgio.h
index 244bae5..1fdc36d 100644
--- a/ext/kgio/kgio.h
+++ b/ext/kgio/kgio.h
@@ -35,6 +35,7 @@ void init_kgio_read_write(void);
 void init_kgio_accept(void);
 void init_kgio_connect(void);
 void init_kgio_autopush(void);
+void init_kgio_poll(void);
 
 void kgio_autopush_accept(VALUE, VALUE);
 void kgio_autopush_recv(VALUE);