diff options
Diffstat (limited to 'src/vlib/node.h')
-rw-r--r-- | src/vlib/node.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vlib/node.h b/src/vlib/node.h index 296d1832841..ee3aded6068 100644 --- a/src/vlib/node.h +++ b/src/vlib/node.h @@ -571,7 +571,7 @@ typedef struct u32 n_suspends; /* Vectors of pending event data indexed by event type index. */ - void **pending_event_data_by_type_index; + u8 **pending_event_data_by_type_index; /* Bitmap of event type-indices with non-empty vectors. */ uword *non_empty_event_type_bitmap; |