From 4cee7c09018609332e057359cf8533624d64b918 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 17 Feb 2011 18:41:33 +0100 Subject: m2ua: Start link only after we had the emergency alignment This should avoid us getting an error as we are sending the SLTM too fast. In one way this makes sense, on the other hand we already have too many states and should remove some variables --- include/sctp_m2ua.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/sctp_m2ua.h') diff --git a/include/sctp_m2ua.h b/include/sctp_m2ua.h index 99af46e..34c8666 100644 --- a/include/sctp_m2ua.h +++ b/include/sctp_m2ua.h @@ -49,6 +49,7 @@ struct mtp_m2ua_link { * what will happen to it. For load-sharing we * will need to turn this into a list. */ + int active; int asp_active; int established; struct sctp_m2ua_conn *conn; -- cgit v1.2.3