aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp/api/vpe_types.api
blob: f1d6e5456cd163d964e0bced6f459c2a4caf84a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
typeonly define version
{
  u32 major;
  u32 minor;
  u32 patch;

  /* since we can't guarantee that only fixed length args will follow the typedef,
     string type not supported for typedef for now. */
  u8 pre_release[17];           /* 16 + "\0" */
  u8 build_metadata[17];        /* 16 + "\0" */
};