On Mon, Oct 10, 2022 at 01:07:30PM +0530, SyncMonk Technologies wrote: > diff --git a/sk.h b/sk.h > index 486dbc4..ea19a8e 100644 > --- a/sk.h > +++ b/sk.h > @@ -49,6 +49,17 @@ struct sk_ts_info { > unsigned int rx_filters; > }; > > +/** > + * Contains interface information returned by theGLINKSETTINGS ioctl. > + * @valid: set to non-zero when the info struct contains valid > data. > + * @speed: interface speed. > + */ > +struct sk_if_info { > + Boolean valid;
I know I said "Boolean" but I really meant "bool" from <stdbool.h> So would you mind changing it one more time, please? (We want to use standard C types internally, and CamelCase types from 1588 only on those items directly spelled out in the standard) > + int speed; > +}; Thanks, Richard _______________________________________________ Linuxptp-devel mailing list Linuxptp-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxptp-devel