On Wed, Jul 27, 2022 at 01:25:19PM +0530, SyncMonk Technologies wrote:

> +/**
> + * 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 {
> +     int valid;

Could use Boolean type.

> +     int speed;
> +};


_______________________________________________
Linuxptp-devel mailing list
Linuxptp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxptp-devel

Reply via email to