[fetch] use signed integers for liFetchDatabase refcount
This commit is contained in:
parent
e762189fb5
commit
9aafe5aa2a
|
@ -1,7 +1,7 @@
|
|||
#include <lighttpd/fetch.h>
|
||||
|
||||
struct liFetchDatabase {
|
||||
guint refcount, internal_refcount;
|
||||
gint refcount, internal_refcount;
|
||||
GMutex *lock;
|
||||
GHashTable *cache; /* GString -> liFetchEntryP. key is in entry->public.key */
|
||||
GQueue lru_queue, lru_negative_queue;
|
||||
|
|
Loading…
Reference in New Issue