diff options
Diffstat (limited to 'src/command.h')
-rw-r--r-- | src/command.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/command.h b/src/command.h index 6d8a13be1..6ddd22491 100644 --- a/src/command.h +++ b/src/command.h @@ -32,6 +32,12 @@ enum command_return { COMMAND_RETURN_OK, /** + * The connection is now in "idle" mode, and no response shall + * be generated. + */ + COMMAND_RETURN_IDLE, + + /** * There was an error. The "ACK" response was sent to the * client. */ |