rculfhash: type the ht count approx as long
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 21 Sep 2011 14:22:39 +0000 (10:22 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 21 Sep 2011 14:22:39 +0000 (10:22 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
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.02612 seconds and 4 git commands to generate.