aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/CommandResult.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/command/CommandResult.hxx')
-rw-r--r--src/command/CommandResult.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/command/CommandResult.hxx b/src/command/CommandResult.hxx
index bbc16146b..9916b70cb 100644
--- a/src/command/CommandResult.hxx
+++ b/src/command/CommandResult.hxx
@@ -48,6 +48,12 @@ enum class CommandResult {
ERROR,
/**
+ * The client has asked MPD to close the connection. MPD will
+ * flush the remaining output buffer first.
+ */
+ FINISH,
+
+ /**
* The connection to this client shall be closed.
*/
CLOSE,