rculfhash: type the ht count approx as long
[urcu.git] / rculfhash.c
index 9a95be260783e66aea715fa3806f0e5f0571e66f..0c2b3abbb4915910cb408546c018581e900725f1 100644 (file)
@@ -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 */
 };
 
This page took 0.022969 seconds and 4 git commands to generate.