aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/paging.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-02-01 17:57:04 +0000
committerHarald Welte <laforge@gnumonks.org>2009-02-01 17:57:04 +0000
commit4fc898a0d56f73f38dfb18c4eef022c8690ac7b1 (patch)
tree82b503ae7132af79dc20519aef05ac0cef970fe5 /include/openbsc/paging.h
parent832822961d8c78bd6aa2558ef760b4bb9454ecd3 (diff)
add missing 'requests' field that zecke probably forgot to commit
Diffstat (limited to 'include/openbsc/paging.h')
-rw-r--r--include/openbsc/paging.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openbsc/paging.h b/include/openbsc/paging.h
index 72b0f11eb..a04a906a8 100644
--- a/include/openbsc/paging.h
+++ b/include/openbsc/paging.h
@@ -36,6 +36,7 @@ struct paging_request {
struct llist_head entry;
struct gsm_subscriber *subscr;
struct gsm_bts *bts;
+ int requests;
int chan_type;
};