X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=urcu-defer-static.h;h=3e5df3e75b11c31efcd19ec380202d070f824620;hb=f9edede0c2229e5d92d0480d358eb2d14f2a8229;hp=082298a5267fefced9f7259ff3f193f232a5a5c9;hpb=df3c6c5feccea6314219e4892cbba805c881b4ba;p=urcu.git 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