add missing 'requests' field that zecke probably forgot to commit

This commit is contained in:
Harald Welte 2009-02-01 17:57:04 +00:00
parent 832822961d
commit 4fc898a0d5
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ struct paging_request {
struct llist_head entry;
struct gsm_subscriber *subscr;
struct gsm_bts *bts;
int requests;
int chan_type;
};