From 2f52bd2ed26cc151fa90ed9e06b1ea9990f9fc7c Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Mon, 1 Dec 2014 11:54:37 +0100 Subject: send revision updates from resource to client this includes an initial revision message on connect --- 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 74174ee..68a7c1e 100644 --- a/common/commands.h +++ b/common/commands.h @@ -6,6 +6,7 @@ namespace Commands enum CommandIds { UnknownCommand = 0, HandshakeCommand, + RevisionUpdateCommand, CustomCommand = 0xffff }; -- cgit v1.2.3