diff options
Diffstat (limited to 'src/vlibapi/api.h')
-rw-r--r-- | src/vlibapi/api.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vlibapi/api.h b/src/vlibapi/api.h index 3403e1c60d7..0e2c2101ebb 100644 --- a/src/vlibapi/api.h +++ b/src/vlibapi/api.h @@ -193,6 +193,9 @@ typedef struct i32 vlib_signal; + /* vlib input queue length */ + u32 vlib_input_queue_length; + /* client side message index hash table */ uword *msg_index_by_name_and_crc; |