f1d6e5456cd163d964e0bced6f459c2a4caf84a2
[vpp.git] / src / vpp / api / vpe_types.api
1
2 typeonly define version
3 {
4   u32 major;
5   u32 minor;
6   u32 patch;
7
8   /* since we can't guarantee that only fixed length args will follow the typedef,
9      string type not supported for typedef for now. */
10   u8 pre_release[17];           /* 16 + "\0" */
11   u8 build_metadata[17];        /* 16 + "\0" */
12 };
13