aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-02-17 18:41:33 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-02-17 19:34:28 +0100
commit4cee7c09018609332e057359cf8533624d64b918 (patch)
tree1765665a293e215b095290b1bea6f85ee00701ab /include
parent5e5758c78359d1f0a0e7dd5430a0556e3e743910 (diff)
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
Diffstat (limited to 'include')
-rw-r--r--include/sctp_m2ua.h1
1 files changed, 1 insertions, 0 deletions
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;