From 43c4cd555e4a265d3e484dfeea0aa05da0977cd0 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 19 Oct 2015 15:01:02 +0200 Subject: Let clients tell the resource when they no longer require a revision. --- common/commands.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/commands.h') diff --git a/common/commands.h b/common/commands.h index da2438a..c68ef90 100644 --- a/common/commands.h +++ b/common/commands.h @@ -46,6 +46,7 @@ enum CommandIds { ShutdownCommand, NotificationCommand, PingCommand, + RevisionReplayedCommand, CustomCommand = 0xffff }; -- cgit v1.2.3