diff options
Diffstat (limited to 'include/osmocom/gprs')
| -rw-r--r-- | include/osmocom/gprs/gprs_ns.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/osmocom/gprs/gprs_ns.h b/include/osmocom/gprs/gprs_ns.h index d5a605df..42e0d884 100644 --- a/include/osmocom/gprs/gprs_ns.h +++ b/include/osmocom/gprs/gprs_ns.h @@ -118,6 +118,7 @@ struct gprs_nsvc {  	struct osmo_timer_list timer;  	enum nsvc_timer_mode timer_mode; +	struct timeval timer_started;  	int alive_retries;  	unsigned int remote_end_is_sgsn:1; @@ -125,6 +126,7 @@ struct gprs_nsvc {  	unsigned int nsvci_is_valid:1;  	struct rate_ctr_group *ctrg; +	struct stat_item_group *statg;  	/*! \brief which link-layer are we based on? */  	enum gprs_ns_ll ll; | 
