aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-04-05 22:56:49 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-04-05 22:56:49 +0200
commit238d15648142a68b26b57678576b2b047945b011 (patch)
tree15d4c40bec11327465a2a22067e69e2ec8628a61 /openbsc/include
parent516c4f073a4fe98c4d02fd883fd2626fa09339d2 (diff)
nat: Remember a pending delete on an endpoint and carry it out later
Diffstat (limited to 'openbsc/include')
-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 e27234911..13bdc7184 100644
--- a/openbsc/include/openbsc/bsc_nat.h
+++ b/openbsc/include/openbsc/bsc_nat.h
@@ -134,6 +134,8 @@ struct bsc_endpoint {
char *transaction_id;
/* the bsc we are talking to */
struct bsc_connection *bsc;
+ /* pending delete */
+ int pending_delete;
};
/**