diff options
Diffstat (limited to 'include/helper.h')
-rw-r--r-- | include/helper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/helper.h b/include/helper.h index 329fd2d..9d96fb7 100644 --- a/include/helper.h +++ b/include/helper.h @@ -35,6 +35,7 @@ struct ctd_helper { struct ctd_helper_instance { struct list_head head; uint32_t queue_num; + uint32_t queue_len; uint16_t l3proto; uint8_t l4proto; struct ctd_helper *helper; |