[Linuxptp-devel] [PATCHv6 01/12] config: add new element ts_label in struct interface
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: Hangbin L. <liu...@gm...> - 2017-10-09 14:33:02
|
Add new element ts_label in struct interface to track real ts interface. Signed-off-by: Hangbin Liu <liu...@gm...> --- config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.h b/config.h index 1cc7051..c79855e 100644 --- a/config.h +++ b/config.h @@ -36,6 +36,7 @@ struct interface { STAILQ_ENTRY(interface) list; char name[MAX_IFNAME_SIZE + 1]; + char ts_label[MAX_IFNAME_SIZE + 1]; struct sk_ts_info ts_info; }; -- 2.5.5 |