aboutsummaryrefslogtreecommitdiffstats
path: root/include/sctp_m3ua.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sctp_m3ua.h')
-rw-r--r--include/sctp_m3ua.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/sctp_m3ua.h b/include/sctp_m3ua.h
index f59b5de..0cc405f 100644
--- a/include/sctp_m3ua.h
+++ b/include/sctp_m3ua.h
@@ -22,6 +22,11 @@ struct mtp_m3ua_client_link {
struct sockaddr_in remote;
int link_index;
int routing_context;
+
+
+ /* state of the link */
+ int aspsm_active;
+ int asptm_active;
};
struct mtp_m3ua_client_link *mtp_m3ua_client_link_init(struct mtp_link *link);