aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sctp_stat.h
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2007-01-29 20:44:59 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2007-01-29 20:44:59 +0000
commited692e1c8a5238ef26ef80b686d4fe0a2a4e8f09 (patch)
tree71bb4109057efded18a8f71b3909006b80ab3c38 /gtk/sctp_stat.h
parent063621f11ba5c3c05514be94bd03865096b911b5 (diff)
Improve the handling of INIT/ABORT mesage pairs.
svn path=/trunk/; revision=20608
Diffstat (limited to 'gtk/sctp_stat.h')
-rw-r--r--gtk/sctp_stat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/sctp_stat.h b/gtk/sctp_stat.h
index 49e1a6bf41..8ab7cf641a 100644
--- a/gtk/sctp_stat.h
+++ b/gtk/sctp_stat.h
@@ -100,6 +100,7 @@ typedef struct _sctp_tmp_info {
guint16 port2;
guint32 verification_tag1;
guint32 verification_tag2;
+ guint32 initiate_tag;
guint32 n_tvbs;
} sctp_tmp_info_t;
@@ -136,6 +137,7 @@ typedef struct _sctp_assoc_info {
guint16 port2;
guint32 verification_tag1;
guint32 verification_tag2;
+ guint32 initiate_tag;
guint32 n_tvbs;
GList *addr1;
GList *addr2;