aboutsummaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-09-25 12:04:20 +0200
committerMax Kellermann <max@duempel.org>2012-09-25 12:04:20 +0200
commitb62a8e3e3e8be005ccc8be8d157a0fb92d461e31 (patch)
treeffac21798e2452cfe1bfade2a858b8f87835d3ed /src/command.h
parente47240931ae6e9267025a26c970d68cbe04519fb (diff)
command: add COMMAND_RETURN_IDLE
Eliminate the hack in handle_idle().
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/command.h b/src/command.h
index 6d8a13be..6ddd2249 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.
*/