aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/bsc_msc.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-07-05 14:14:18 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-07-05 14:30:21 +0800
commitbec411b9db360e8cc8676aedf591e6564506c0ef (patch)
tree02d15baaf10f14ef860f7045c4381aa005914000 /openbsc/include/openbsc/bsc_msc.h
parentdb65bbd515e40887e6d0db93e18afd4ffea1bc03 (diff)
nat: Store the msc_con in the data of the bsc_fd
* Stop using nat->msc_con in the read_cb but use the data.
Diffstat (limited to 'openbsc/include/openbsc/bsc_msc.h')
-rw-r--r--openbsc/include/openbsc/bsc_msc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/bsc_msc.h b/openbsc/include/openbsc/bsc_msc.h
index faf6faaa3..72e376c15 100644
--- a/openbsc/include/openbsc/bsc_msc.h
+++ b/openbsc/include/openbsc/bsc_msc.h
@@ -30,6 +30,7 @@ struct bsc_msc_connection {
struct write_queue write_queue;
int is_connected;
int is_authenticated;
+ int first_contact;
const char *ip;
int port;
int prio;