X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=rculfhash.c;h=0c2b3abbb4915910cb408546c018581e900725f1;hp=9a95be260783e66aea715fa3806f0e5f0571e66f;hb=7de5ccfde331d6a8da047b6be30330498b143e15;hpb=e3ecefd6319001d15f8abc05f28fce0feb5c82bb diff --git a/rculfhash.c b/rculfhash.c index 9a95be2..0c2b3ab 100644 --- a/rculfhash.c +++ b/rculfhash.c @@ -246,7 +246,7 @@ struct cds_lfht { void (*cds_lfht_rcu_register_thread)(void); void (*cds_lfht_rcu_unregister_thread)(void); pthread_attr_t *resize_attr; /* Resize threads attributes */ - unsigned long count; /* global approximate item count */ + long count; /* global approximate item count */ struct ht_items_count *percpu_count; /* per-cpu item count */ };