table of contents
other versions
IXP_SETTIMER(3) | Library Functions Manual | IXP_SETTIMER(3) |
NAME¶
ixp_settimer
SYNOPSIS¶
#include <ixp.h> long ixp_settimer(IxpServer *srv, long msec, void (*fn)(long, void *), void *aux);
PARAMETERS¶
DESCRIPTION¶
Initializes a callback-based timer to be triggerred after msec milliseconds. The timer is passed its id number and the value of aux.
RETURN VALUE¶
Returns the new timer's unique id number.
SEE ALSO¶
ixp_unsettimer(3), ixp_serverloop(3)
2012 Dec | libixp Manual |