vlib: allow bigger scalar data size
Type: improvement Change-Id: I1031c6ce80d90814edda7b52b11039874b95714f Signed-off-by: Damjan Marion <damarion@cisco.com>
This commit is contained in:

committed by
Florin Coras

parent
9e0f9e235a
commit
198ddad7fa
@@ -149,7 +149,8 @@ typedef struct _vlib_node_registration
|
||||
u8 protocol_hint;
|
||||
|
||||
/* Size of scalar and vector arguments in bytes. */
|
||||
u8 scalar_size, vector_size, aux_size;
|
||||
u8 vector_size, aux_size;
|
||||
u16 scalar_size;
|
||||
|
||||
/* Number of error codes used by this node. */
|
||||
u16 n_errors;
|
||||
|
Reference in New Issue
Block a user