aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-01-25 13:24:06 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-25 13:38:27 +0100
commit1ec2a749f0dd81f7d4915cb166e29ee277f83067 (patch)
tree9fc4b37c263303839c0778e8b0065bb6a3576af5 /include
parent4c8ddb356cacd7644e2db9de3273ac4fdf8aa455 (diff)
mtp: Remember the first SLS this link is on
Diffstat (limited to 'include')
-rw-r--r--include/mtp_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mtp_data.h b/include/mtp_data.h
index c771c07..20b5e5e 100644
--- a/include/mtp_data.h
+++ b/include/mtp_data.h
@@ -92,6 +92,7 @@ struct mtp_link {
int blocked;
+ int first_sls;
int link_no;
int sltm_pending;
int was_up;