rculfhash: do not include urcu-call-rcu.h from public API
[urcu.git] / src / rculfhash-internal.h
index d7cec95a10e286f4693c91925e61441146196ebe..d29a9232c03e6c42c844d8bfaaf3f63e588c5473 100644 (file)
@@ -26,6 +26,8 @@
 
 #include <urcu/rculfhash.h>
 #include <stdio.h>
+#include <stdlib.h>
+#include <assert.h>
 
 #ifdef DEBUG
 #define dbg_printf(fmt, args...)     printf("[debug rculfhash] " fmt, ## args)
@@ -82,7 +84,7 @@ struct cds_lfht {
         */
        pthread_mutex_t resize_mutex;   /* resize mutex: add/del mutex */
        pthread_attr_t *resize_attr;    /* Resize threads attributes */
-       unsigned int in_progress_resize, in_progress_destroy;
+       unsigned int in_progress_destroy;
        unsigned long resize_target;
        int resize_initiated;
 
This page took 0.022407 seconds and 4 git commands to generate.