aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/trx_if.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/osmo-bts-trx/trx_if.h')
-rw-r--r--src/osmo-bts-trx/trx_if.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osmo-bts-trx/trx_if.h b/src/osmo-bts-trx/trx_if.h
index 656bd6a7..8ec071fe 100644
--- a/src/osmo-bts-trx/trx_if.h
+++ b/src/osmo-bts-trx/trx_if.h
@@ -8,6 +8,7 @@ struct trx_ctrl_msg {
struct llist_head list;
char cmd[128];
int cmd_len;
+ int critical;
};
int trx_if_cmd_poweroff(struct trx_l1h *l1h);