From 4fc898a0d56f73f38dfb18c4eef022c8690ac7b1 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 1 Feb 2009 17:57:04 +0000 Subject: [PATCH] add missing 'requests' field that zecke probably forgot to commit --- include/openbsc/paging.h | 1 + 1 file changed, 1 insertion(+) 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; };