On Sat, Sep 30, 2017 at 04:25:13PM +0800, Hangbin Liu wrote:
> @@ -53,4 +55,10 @@ int rtnl_link_status(int fd, char *device, rtnl_callback 
> cb, void *ctx);
>   */
>  int rtnl_open(void);
>  
> +/**
> + * Get interface ts_label information
> + * @param iface  struct interface.
> + * @return       Zero on success, or -1 on error.
> + */
> +int rtnl_get_ts_label(struct interface *iface);

Please keep the public methods (functions) in alphabetical order, both
in the .h and in the .c files.

Thanks,
Richard

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Linuxptp-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linuxptp-devel

Reply via email to