diff options
Diffstat (limited to 'src/vlib/node.h')
-rw-r--r-- | src/vlib/node.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vlib/node.h b/src/vlib/node.h index ca7564a13e7..9c4cadd56f7 100644 --- a/src/vlib/node.h +++ b/src/vlib/node.h @@ -698,6 +698,7 @@ typedef struct /* Node runtime indices for input nodes with pending interrupts. */ vlib_node_interrupt_t *pending_local_interrupts; vlib_node_interrupt_t *pending_remote_interrupts; + volatile u32 *pending_remote_interrupts_notify; clib_spinlock_t pending_interrupt_lock; /* Input nodes are switched from/to interrupt to/from polling mode |