July 2, 2007 | ||
---|---|---|
View 7fc49b59b6
- timer_del() returns now an int: 0 on success and <0 on error (e.g. timer already deleted or expired, or an attempt to self-delete from a timer handler) - added macros for ticks_t comparisons: TICKS_GTi(t1, t2), TICKS_GE(t1, t2), TICKS_LT (t1, t2) and TICKS_LE (t1, t2) - updated timer docsAndrei Pelinescu-Onciul authored on 02/07/2007 15:27:39 |
February 1, 2007 | ||
---|---|---|
View ef9e3860f1
- ticks_t move in timer_ticks.h - tcpconn_get() exported (tls needs it)Andrei Pelinescu-Onciul authored on 01/02/2007 04:34:32 |
December 5, 2005 | ||
---|---|---|
View 6255501648
- forgot it during last commitAndrei Pelinescu-Onciul authored on 05/12/2005 18:33:11 |