X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu-defer-static.h;h=3e5df3e75b11c31efcd19ec380202d070f824620;hp=082298a5267fefced9f7259ff3f193f232a5a5c9;hb=2260a36cd53dc882bf83e39180bae4413d64da8f;hpb=df3c6c5feccea6314219e4892cbba805c881b4ba diff --git a/urcu-defer-static.h b/urcu-defer-static.h index 082298a..3e5df3e 100644 --- a/urcu-defer-static.h +++ b/urcu-defer-static.h @@ -9,7 +9,7 @@ * TO BE INCLUDED ONLY IN LGPL-COMPATIBLE CODE. See urcu-defer.h for linking * dynamically with the userspace rcu reclamation library. * - * Copyright (c) 2009 Mathieu Desnoyers + * Copyright (c) 2009 Mathieu Desnoyers * Copyright (c) 2009 Paul E. McKenney, IBM Corporation. * * This library is free software; you can redistribute it and/or @@ -98,7 +98,7 @@ struct defer_queue { void **q; /* registry information */ unsigned long last_head; - struct list_head list; /* list of thread queues */ + struct cds_list_head list; /* list of thread queues */ }; #ifdef __cplusplus