summaryrefslogtreecommitdiff
path: root/event.3
diff options
context:
space:
mode:
authorNiels Provos <provos@gmail.com>2007-03-10 06:37:53 +0000
committerNiels Provos <provos@gmail.com>2007-03-10 06:37:53 +0000
commit41b7cbc38105a540ade7d02bb6137898a94abc89 (patch)
tree5a6081df26cb1f269b72bee380e2c1190817c401 /event.3
parenta968da742598e9e6720c883cb78b1f0f6e912ae2 (diff)
downloadlibevent-41b7cbc38105a540ade7d02bb6137898a94abc89.tar.gz
more the signal base into the event base; this removes global state and makes signals
work better with threading; from Wouter Wijngaards small fixes for kqueue and style by me svn:r351
Diffstat (limited to 'event.3')
-rw-r--r--event.33
1 files changed, 3 insertions, 0 deletions
diff --git a/event.3 b/event.3
index 132c30f0..fc71b7df 100644
--- a/event.3
+++ b/event.3
@@ -42,6 +42,7 @@
.Nm event_add ,
.Nm event_del ,
.Nm event_once ,
+.Nm event_base_once ,
.Nm event_pending ,
.Nm event_initialized ,
.Nm event_priority_init ,
@@ -107,6 +108,8 @@
.Ft int
.Fn "event_once" "int fd" "short event" "void (*fn)(int, short, void *)" "void *arg" "struct timeval *tv"
.Ft int
+.Fn "event_base_once" "struct event_base *base" "int fd" "short event" "void (*fn)(int, short, void *)" "void *arg" "struct timeval *tv"
+.Ft int
.Fn "event_pending" "struct event *ev" "short event" "struct timeval *tv"
.Ft int
.Fn "event_initialized" "struct event *ev"