X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Frculfhash-internal.h;h=0f8df97c0b6305e41cc533384586698d131bf0d7;hb=73d8b52e55af02475eb693a33b36fcfbcf761c9a;hp=d7cec95a10e286f4693c91925e61441146196ebe;hpb=6893800a4d1cc14dff0395ddcd660a5138db183d;p=urcu.git diff --git a/src/rculfhash-internal.h b/src/rculfhash-internal.h index d7cec95..0f8df97 100644 --- a/src/rculfhash-internal.h +++ b/src/rculfhash-internal.h @@ -82,7 +82,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;