aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/bsc_nat.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-08-06 09:05:05 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-08-06 09:07:07 +0800
commit5b2726e6b5eae3402f08bb5effad65226df93b7b (patch)
treea215dcbb0306c7bcd9ac009693b71812a135f907 /openbsc/include/openbsc/bsc_nat.h
parentb84b5f61ac36b6814fdc385d2b1eb8fc32659372 (diff)
nat: Keep the state (CRCX,MDCX,DLCX) of the operation..
This will allow to have additional debug information and to use the state inside the forwarding code.
Diffstat (limited to 'openbsc/include/openbsc/bsc_nat.h')
-rw-r--r--openbsc/include/openbsc/bsc_nat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/bsc_nat.h b/openbsc/include/openbsc/bsc_nat.h
index 6ca22373e..5f746f237 100644
--- a/openbsc/include/openbsc/bsc_nat.h
+++ b/openbsc/include/openbsc/bsc_nat.h
@@ -121,6 +121,8 @@ struct bsc_config {
* BSCs point of view of endpoints
*/
struct bsc_endpoint {
+ /* the operation that is carried out */
+ int transaction_state;
/* the pending transaction id */
char *transaction_id;
/* the bsc we are talking to */