From 5a34c7f6f8eea530f5316513ad4410d7def6a24e Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 17 Feb 2011 03:23:42 +0100 Subject: mtp: Rename link_no to nr, add a name like for the other commands --- include/mtp_data.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') 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; -- cgit v1.2.3