This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "MIG".
The tag, v1.8+git20221111 has been created at 3902cb2fcae6e2028252b5d2016bf0e99ed74980 (commit) - Log ----------------------------------------------------------------- commit 3902cb2fcae6e2028252b5d2016bf0e99ed74980 Author: Flavio Cruz <flavioc...@gmail.com> Date: Fri Nov 4 01:29:37 2022 -0400 Add support to define structures in mig. Basic syntax is presented below and allows users to define nested structured types by using simpler or structure types as members. Mig will use the C padding and alignment rules to produce the same size as the corresponding C structures. type timespec_t = struct { uint32_t tv_sec; uint32_t tv_nsec; }; This allows us to build stubs that are more easily adaptable to other architectures. Message-Id: <Y2SjQSMOINY8I5Dy@viriathus> ----------------------------------------------------------------------- hooks/post-receive -- MIG