mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
change min_heap_idx to signed
svn:r883
This commit is contained in:
parent
52161b47b6
commit
21f76156b1
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user