X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=src%2Frculfhash-internal.h;h=0f8df97c0b6305e41cc533384586698d131bf0d7;hp=d7cec95a10e286f4693c91925e61441146196ebe;hb=3745305bf09e7825e75ee5b5490347ee67c6efdd;hpb=6893800a4d1cc14dff0395ddcd660a5138db183d 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;