diff options
author | Jacob Erlbeck <jerlbeck@sysmocom.de> | 2015-10-29 00:55:58 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2015-11-02 15:39:01 +0100 |
commit | fc9533d6c4bde795dc0e18f02f91f54ab92888a2 (patch) | |
tree | 4ef9968929667894b99a42992d0a5c63d65ae011 /include/osmocom/gprs/gprs_ns.h | |
parent | bc4f7ae512b32fa4b569dfc5242d0b7a5da3f81b (diff) |
stats: Add osmo_ name prefix to identifiers
Since the the stat_item and stats functions and data types are meant
to be exported, they get an osmo_ prefix.
Sponsored-by: On-Waves ehf
[hfreyther: Prepended the enum values too. This was requested by
Jacob]
Diffstat (limited to 'include/osmocom/gprs/gprs_ns.h')
-rw-r--r-- | include/osmocom/gprs/gprs_ns.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/gprs/gprs_ns.h b/include/osmocom/gprs/gprs_ns.h index 42e0d884..7c3b23c1 100644 --- a/include/osmocom/gprs/gprs_ns.h +++ b/include/osmocom/gprs/gprs_ns.h @@ -126,7 +126,7 @@ struct gprs_nsvc { unsigned int nsvci_is_valid:1; struct rate_ctr_group *ctrg; - struct stat_item_group *statg; + struct osmo_stat_item_group *statg; /*! \brief which link-layer are we based on? */ enum gprs_ns_ll ll; |