aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-01-02 18:11:37 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-17 11:21:10 +0100
commit346e1c4bc4266ad645aab88d6357518e17055fb3 (patch)
tree7c57a91a277e0d2fd0a2ec1e03cd8ce1ebb7b530 /include
parent45738887be2299cf5fca19b1f94c6054cca41239 (diff)
mtp: Attempt to select the sls properly in the round robin fashion
When we call the submit method with a SLS of -1 we will try to find the next SLS to do things in a round robin way.
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 8c34f20..5168eb1 100644
--- a/include/mtp_data.h
+++ b/include/mtp_data.h
@@ -46,6 +46,8 @@ struct mtp_link {
int running;
int sccp_up;
+ int last_sls;
+
/* misc data */
uint8_t test_ptrn[14];