Skip to content

Commit

Permalink
config: add new element ts_label in struct interface
Browse files Browse the repository at this point in the history
Add new element ts_label in struct interface to track real ts interface.

Signed-off-by: Hangbin Liu <[email protected]>
  • Loading branch information
liuhangbin authored and richardcochran committed Oct 14, 2017
1 parent 17c9787 commit 9e744d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit 9e744d9

Please sign in to comment.