comparison Makefile.am @ 1011:047e31b98f10

* src/ecos/timeout.c (do_timeout): The head of the linked list of timers is timeout, not _timeout. * src/ecos/timeout.c (timeout): Linear search the array for empty entries and don't walk it like a linked list, because it is not. * src/ecos/timeout.c (untimeout): Linear search is faster since there are many entries in the linked list which are not in the array.
author asl
date Mon, 12 May 2003 11:03:05 +0000
parents f58bc1b2c2bc
children
comparison
equal deleted inserted replaced
1010:9dd1e2b5492e 1011:047e31b98f10