aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-02-17 03:23:42 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-02-17 19:34:28 +0100
commit5a34c7f6f8eea530f5316513ad4410d7def6a24e (patch)
tree646f29756729cce8c8e7b1e2c32325619e7b051c /include
parent6c0b2e570c56b79ccb4e0905e3d2288fc55443e2 (diff)
mtp: Rename link_no to nr, add a name like for the other commands
Diffstat (limited to 'include')
-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;