summaryrefslogtreecommitdiffstats
path: root/contrib/libbegemot/rpoll.h
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2006-12-08 14:45:15 +0000
committerharti <harti@FreeBSD.org>2006-12-08 14:45:15 +0000
commit1a320e34ff787813880802b922362e2485243b4a (patch)
treeea9f3c4945bd22ef11339702b56e6214b0be2530 /contrib/libbegemot/rpoll.h
parent283e6cb1edbe21520b26d3b343bcc9428340be6e (diff)
downloadFreeBSD-src-1a320e34ff787813880802b922362e2485243b4a.zip
FreeBSD-src-1a320e34ff787813880802b922362e2485243b4a.tar.gz
Vendor patch that adds a microsecond timer function.
Diffstat (limited to 'contrib/libbegemot/rpoll.h')
-rw-r--r--contrib/libbegemot/rpoll.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/libbegemot/rpoll.h b/contrib/libbegemot/rpoll.h
index baa11b2..497a41e 100644
--- a/contrib/libbegemot/rpoll.h
+++ b/contrib/libbegemot/rpoll.h
@@ -43,6 +43,8 @@ int poll_register(int fd, poll_f func, void *arg, int mask);
void poll_unregister(int);
void poll_dispatch(int wait);
int poll_start_timer(u_int msecs, int repeat, timer_f func, void *arg);
+int poll_start_utimer(unsigned long long usecs, int repeat, timer_f func,
+ void *arg);
void poll_stop_timer(int);
# if defined(POLL_IN)
OpenPOWER on IntegriCloud