summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/include/osmocom/bb/common
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@gnumonks.org>2011-05-15 14:23:14 +0200
committerPablo Neira Ayuso <pablo@gnumonks.org>2011-05-15 17:33:23 +0200
commit0e6cea9b5172e61c934128ee7179cc04d0aa613f (patch)
treea7186a800204334b474b99aa6f5993c2d8c79d42 /src/host/layer23/include/osmocom/bb/common
parent404f6344069ca400d0039f5530a1ee69025bdb2e (diff)
src: use namespace prefix osmo_wqueue*
Summary of changes: s/struct write_queue/struct osmo_wqueue/g s/write_queue_init/osmo_wqueue_init/g s/write_queue_clear/osmo_wqueue_clear/g s/write_queue_enqueue/osmo_wqueue_enqueue/g s/write_queue_bfd_cb/osmo_wqueue_bfd_cb/g
Diffstat (limited to 'src/host/layer23/include/osmocom/bb/common')
-rw-r--r--src/host/layer23/include/osmocom/bb/common/osmocom_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/layer23/include/osmocom/bb/common/osmocom_data.h b/src/host/layer23/include/osmocom/bb/common/osmocom_data.h
index 9d8a0302..9ca4114b 100644
--- a/src/host/layer23/include/osmocom/bb/common/osmocom_data.h
+++ b/src/host/layer23/include/osmocom/bb/common/osmocom_data.h
@@ -50,7 +50,7 @@ struct rx_meas_stat {
struct osmocom_ms {
struct llist_head entity;
char name[32];
- struct write_queue l2_wq, sap_wq;
+ struct osmo_wqueue l2_wq, sap_wq;
uint16_t test_arfcn;
uint8_t deleting, shutdown, started;