change min_heap_idx to signed

svn:r883
This commit is contained in:
Niels Provos 2008-06-25 16:32:47 +00:00
parent 52161b47b6
commit 21f76156b1

View File

@ -78,7 +78,7 @@ struct { \
struct event_base;
struct event {
TAILQ_ENTRY (event) (ev_active_next);
unsigned int min_heap_idx; /* for managing timeouts */
int min_heap_idx; /* for managing timeouts */
struct event_base *ev_base;