From 346e1c4bc4266ad645aab88d6357518e17055fb3 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 2 Jan 2011 18:11:37 +0100 Subject: 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. --- include/mtp_data.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/mtp_data.h') 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]; -- cgit v1.2.3