aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/bsc_nat.h
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-06-15 20:24:11 +0800
commit5cc94fb86ad87f602d503fb350fa5d750f2811a7 (patch)
tree4c17a784ee3265b8ba01f5efda647b70f5e89e30 /openbsc/include/openbsc/bsc_nat.h
parent9d51855f66e1a2fe227c76c200ce8d0c9b55361c (diff)
nat: Remember a pending delete on an endpoint and carry it out later
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 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;
};
/**