aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-01-26 12:41:42 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-26 12:41:42 +0100
commit38d936a4458a707e6f68758054bde2bddc79d851 (patch)
treed0599fe71fd62c79b5f7c6e13f389332b73cb022 /include
parentc5562bde48571ce4fa5a8edf8c1ae2e6f6a5ff6b (diff)
mtp: Assign a name to linkset, use this name in the log messages
Diffstat (limited to 'include')
-rw-r--r--include/mtp_data.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mtp_data.h b/include/mtp_data.h
index 20b5e5e..0e35ab5 100644
--- a/include/mtp_data.h
+++ b/include/mtp_data.h
@@ -45,6 +45,8 @@ struct mtp_link_set {
int ni;
int spare;
+ const char *name;
+
/* internal state */
/* the MTP1 link is up */
int available;