mirror of
https://github.com/monero-project/monero.git
synced 2025-01-28 18:56:31 +02:00
ipc: regenerate from patched zproto
To fix some more const trolling issues
This commit is contained in:
parent
035b22d883
commit
2e7c83c126
@ -100,7 +100,7 @@ typedef enum {
|
||||
} event_t;
|
||||
|
||||
// Names for state machine logging and error reporting
|
||||
static char *
|
||||
static const char *
|
||||
s_state_name [] = {
|
||||
"(NONE)",
|
||||
"start",
|
||||
@ -130,7 +130,7 @@ s_state_name [] = {
|
||||
"reexpect open ok"
|
||||
};
|
||||
|
||||
static char *
|
||||
static const char *
|
||||
s_event_name [] = {
|
||||
"(NONE)",
|
||||
"connect",
|
||||
|
@ -57,7 +57,7 @@ typedef enum {
|
||||
} event_t;
|
||||
|
||||
// Names for state machine logging and error reporting
|
||||
static char *
|
||||
static const char *
|
||||
s_state_name [] = {
|
||||
"(NONE)",
|
||||
"start",
|
||||
@ -66,7 +66,7 @@ s_state_name [] = {
|
||||
"settling"
|
||||
};
|
||||
|
||||
static char *
|
||||
static const char *
|
||||
s_event_name [] = {
|
||||
"(NONE)",
|
||||
"terminate",
|
||||
|
Loading…
Reference in New Issue
Block a user