]> granicus.if.org Git - libevent/commitdiff
change min_heap_idx to signed
authorNiels Provos <provos@gmail.com>
Wed, 25 Jun 2008 16:32:47 +0000 (16:32 +0000)
committerNiels Provos <provos@gmail.com>
Wed, 25 Jun 2008 16:32:47 +0000 (16:32 +0000)
svn:r883

include/event2/event_struct.h

index 1b3fa7c3df295a92e4c4fb78138e62502821d34f..68ef159624c81c9e83ec443a24e7c7d9d6fb67c9 100644 (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;