aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-08-07 02:37:43 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-08-07 02:39:37 +0800
commit0c95c6ac93dfb3245d9fa40eb7958f2b4a84c0ab (patch)
tree319074df0d39fc087ebb0b1a3631082bbaf885cf /include
parent3e054ee556ec1fa10d43117c34711656f12359be (diff)
msc: Rename closing to msc_link_down
This is the indicator if the MSC is connected and authenticated or not. This name should be better than closing.
Diffstat (limited to 'include')
-rw-r--r--include/bsc_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bsc_data.h b/include/bsc_data.h
index 059800a..1427db5 100644
--- a/include/bsc_data.h
+++ b/include/bsc_data.h
@@ -85,7 +85,7 @@ struct bsc_data {
struct timer_list ping_timeout;
struct timer_list pong_timeout;
- int closing;
+ int msc_link_down;
struct llist_head sccp_connections;
struct timer_list reset_timeout;
int reset_count;