From 158e1580f5ee848bc1faf01dfde27e3d0158d551 Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Sun, 20 Mar 2011 22:40:44 -0400 Subject: [PATCH] ck_hp_fifo: Fix broken build. --- include/ck_hp_fifo.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/ck_hp_fifo.h b/include/ck_hp_fifo.h index a4a1d04..5169c70 100644 --- a/include/ck_hp_fifo.h +++ b/include/ck_hp_fifo.h @@ -106,6 +106,7 @@ ck_hp_fifo_dequeue_mpmc(ck_hp_record_t *record, void *value) { struct ck_hp_fifo_entry *head, *tail, *next; + ck_backoff_t backoff = CK_BACKOFF_INITIALIZER; for (;;) { tail = ck_pr_load_ptr(&fifo->tail);