aboutsummaryrefslogtreecommitdiffstats
path: root/include/mtp_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mtp_data.h')
-rw-r--r--include/mtp_data.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mtp_data.h b/include/mtp_data.h
index 48a2b10..969a4de 100644
--- a/include/mtp_data.h
+++ b/include/mtp_data.h
@@ -95,6 +95,8 @@ struct mtp_link_set {
*/
struct mtp_link {
struct llist_head entry;
+ int nr;
+ char *name;
int pcap_fd;
struct mtp_link_set *set;
@@ -109,7 +111,6 @@ struct mtp_link {
int blocked;
int first_sls;
- int link_no;
int sltm_pending;
int was_up;