ixp_settimer
- Provided by: libixp-dev (Version: 0.6~20121202+hg148-2build1)
- Source: libixp
- Report a bug
#include <ixp.h> long ixp_settimer(IxpServer *srv, long msec, void (*fn)(long, void *), void *aux);
Initializes a callback-based timer to be triggerred after msec milliseconds. The timer is passed its id number and the value of aux.
Returns the new timer's unique id number.