summaryrefslogtreecommitdiff
path: root/src/lib/timerwheel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/timerwheel.c')
-rw-r--r--src/lib/timerwheel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/timerwheel.c b/src/lib/timerwheel.c
index 3cfb77e8..d0f5c05c 100644
--- a/src/lib/timerwheel.c
+++ b/src/lib/timerwheel.c
@@ -56,7 +56,7 @@ struct {
struct list_head rxms[RXMQ_LVLS][RXMQ_SLOTS];
struct list_head acks[ACKQ_SLOTS];
- bool map[ACKQ_SLOTS][PROG_MAX_FLOWS];
+ bool map[ACKQ_SLOTS][PROC_MAX_FLOWS];
size_t prv_rxm[RXMQ_LVLS]; /* Last processed rxm slots. */
size_t prv_ack; /* Last processed ack slot. */