X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvlib%2Fnode.h;h=149232638baa584ce1cb2efb2e9c300e0db1b310;hb=77c821ccc6b72d18a247e95816ac1013b4dc664d;hp=db8d4246f0367c2c1378fec5d04e203837d627af;hpb=5760fdfb8c042e008156f435d2530e87582f2e40;p=vpp.git diff --git a/src/vlib/node.h b/src/vlib/node.h index db8d4246f03..149232638ba 100644 --- a/src/vlib/node.h +++ b/src/vlib/node.h @@ -274,7 +274,7 @@ typedef struct vlib_node_t u32 runtime_index; /* Runtime data for this node. */ - void *runtime_data; + u8 *runtime_data; /* Node flags. */ u16 flags;