Quoting Daniele Ceraolo Spurio (2017-10-12 23:27:27) > +typedef struct igt_cork { > + int device; > + uint32_t handle; > + uint32_t fence; > +} igt_cork_t; Oh, just struct no need for typedef when you are transparent. -Chris