aboutsummaryrefslogtreecommitdiffstats
path: root/sualibrary/sua/sua_tcb.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-07-09 20:57:43 +0200
committerHarald Welte <laforge@gnumonks.org>2010-07-09 20:57:43 +0200
commit3dc72b8cff16ffcc9babab9a9892befda44d8c4e (patch)
treef58253ec5c8a39d8215dacaf8a31297fbe5811e2 /sualibrary/sua/sua_tcb.h
parent7e7186ca00b33e9735c809ce200e310636006a22 (diff)
update to sualibrary-0.1.2 from 2002-11-26
* Contains Relaying functionality using hostnames. * Correct some bugs * Compiles and runs on Linux, FreeBSD, Max OS X .... * Tested on IPv4 and IPV6 networks * interoperable with other SUA implementations * corresponds to sua draft v13 * requires SCTP implementation sctplib-1.0.0-pre19 from www.sctp.de
Diffstat (limited to 'sualibrary/sua/sua_tcb.h')
-rw-r--r--sualibrary/sua/sua_tcb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sualibrary/sua/sua_tcb.h b/sualibrary/sua/sua_tcb.h
index dd2ec60..ef9f0ce 100644
--- a/sualibrary/sua/sua_tcb.h
+++ b/sualibrary/sua/sua_tcb.h
@@ -15,7 +15,7 @@
* *
***************************************************************************/
/*
- * $Id: sua_tcb.h,v 1.1.1.1 2002/02/04 14:30:42 p82609 Exp $
+ * $Id: sua_tcb.h,v 1.2 2002/10/24 16:12:06 p82609 Exp $
*
* SUA implementation according to SUA draft issue 6.
*
@@ -91,6 +91,7 @@ class tcb_Sua_TCB_str
unsigned int Source_LR;
unsigned int User_ref_id;
unsigned int sctp_Association_id;
+ unsigned int scoc_tcb_id;
protocol_class_set prcl_class;
unsigned int seq_number;
bool return_option;