aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/gsm_data.h
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2009-02-09 23:42:03 +0000
committerHolger Freyther <zecke@selfish.org>2009-02-09 23:42:03 +0000
commit1fd34141c220fcc0c04029a2966ef486ed8cb6be (patch)
tree38ee3148c54a1ee38cc090072ea3e6f8b48ebe6f /include/openbsc/gsm_data.h
parent9c564b85e65623ab99a3c3ba7c490740592bd149 (diff)
[paging] Cleanup page -> paging in function names
Diffstat (limited to 'include/openbsc/gsm_data.h')
-rw-r--r--include/openbsc/gsm_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openbsc/gsm_data.h b/include/openbsc/gsm_data.h
index b96ec402d..c87b25da1 100644
--- a/include/openbsc/gsm_data.h
+++ b/include/openbsc/gsm_data.h
@@ -205,7 +205,7 @@ struct gsm_bts_paging_state {
struct gsm_bts *bts;
/* tick timer */
- struct timer_list page_timer;
+ struct timer_list paging_timer;
};
/* One BTS */