mirror of
https://github.com/transmission/transmission
synced 2025-02-02 20:43:51 +00:00
Add bad-format message.
This commit is contained in:
parent
7fa08b8f3c
commit
b19a3ec7d9
2 changed files with 2 additions and 0 deletions
|
@ -138,6 +138,7 @@ static struct msg gl_msgs[] =
|
|||
{ "addfile-detailed", 2, IPC_MSG_ADDONEFILE, RB_ENTRY_INITIALIZER() },
|
||||
{ "automap", 2, IPC_MSG_AUTOMAP, RB_ENTRY_INITIALIZER() },
|
||||
{ "autostart", 2, IPC_MSG_AUTOSTART, RB_ENTRY_INITIALIZER() },
|
||||
{ "bad-format", 2, IPC_MSG_BAD, RB_ENTRY_INITIALIZER() },
|
||||
{ "directory", 2, IPC_MSG_DIR, RB_ENTRY_INITIALIZER() },
|
||||
{ "downlimit", 2, IPC_MSG_DOWNLIMIT, RB_ENTRY_INITIALIZER() },
|
||||
{ "failed", 2, IPC_MSG_FAIL, RB_ENTRY_INITIALIZER() },
|
||||
|
|
|
@ -41,6 +41,7 @@ enum ipc_msg
|
|||
IPC_MSG_ADDONEFILE,
|
||||
IPC_MSG_AUTOMAP,
|
||||
IPC_MSG_AUTOSTART,
|
||||
IPC_MSG_BAD,
|
||||
IPC_MSG_DIR,
|
||||
IPC_MSG_DOWNLIMIT,
|
||||
IPC_MSG_FAIL,
|
||||
|
|
Loading…
Reference in a new issue