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;
|
} event_t;
|
||||||
|
|
||||||
// Names for state machine logging and error reporting
|
// Names for state machine logging and error reporting
|
||||||
static char *
|
static const char *
|
||||||
s_state_name [] = {
|
s_state_name [] = {
|
||||||
"(NONE)",
|
"(NONE)",
|
||||||
"start",
|
"start",
|
||||||
@ -130,7 +130,7 @@ s_state_name [] = {
|
|||||||
"reexpect open ok"
|
"reexpect open ok"
|
||||||
};
|
};
|
||||||
|
|
||||||
static char *
|
static const char *
|
||||||
s_event_name [] = {
|
s_event_name [] = {
|
||||||
"(NONE)",
|
"(NONE)",
|
||||||
"connect",
|
"connect",
|
||||||
|
@ -57,7 +57,7 @@ typedef enum {
|
|||||||
} event_t;
|
} event_t;
|
||||||
|
|
||||||
// Names for state machine logging and error reporting
|
// Names for state machine logging and error reporting
|
||||||
static char *
|
static const char *
|
||||||
s_state_name [] = {
|
s_state_name [] = {
|
||||||
"(NONE)",
|
"(NONE)",
|
||||||
"start",
|
"start",
|
||||||
@ -66,7 +66,7 @@ s_state_name [] = {
|
|||||||
"settling"
|
"settling"
|
||||||
};
|
};
|
||||||
|
|
||||||
static char *
|
static const char *
|
||||||
s_event_name [] = {
|
s_event_name [] = {
|
||||||
"(NONE)",
|
"(NONE)",
|
||||||
"terminate",
|
"terminate",
|
||||||
|
Loading…
Reference in New Issue
Block a user