mirror of
https://github.com/systemd/systemd.git
synced 2024-11-27 12:13:33 +08:00
busctl: add 'const' where we can
This commit is contained in:
parent
6b0f548498
commit
02bf91ee29
@ -36,7 +36,7 @@ static bool arg_activatable = false;
|
||||
static bool arg_show_machine = false;
|
||||
static char **arg_matches = NULL;
|
||||
static BusTransport arg_transport = BUS_TRANSPORT_LOCAL;
|
||||
static char *arg_host = NULL;
|
||||
static const char *arg_host = NULL;
|
||||
static bool arg_user = false;
|
||||
static size_t arg_snaplen = 4096;
|
||||
static bool arg_list = false;
|
||||
|
Loading…
Reference in New Issue
Block a user