Add comment to flag purpose of the ->qlen field
[urcu.git] / urcu-call-rcu-impl.h
index cfe1cce43618ea218c241fba4413941825b47b43..9beb58cbf59cfba7d8f82aae5e85fb8882db9e70 100644 (file)
@@ -48,7 +48,7 @@ struct call_rcu_data {
        unsigned long flags;
        pthread_mutex_t mtx;
        int futex;
-       unsigned long qlen;
+       unsigned long qlen; /* maintained for debugging. */
        pthread_t tid;
        int cpu_affinity;
        struct cds_list_head list;
This page took 0.02366 seconds and 4 git commands to generate.