From 66ffe821f4f8d6fd759fc4acb740973d5c7ab03e Mon Sep 17 00:00:00 2001 From: Craig Cogdill Date: Fri, 18 Sep 2015 11:44:17 -0600 Subject: [PATCH] Audit Log = 17 --- protofiles/CommandRequest.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protofiles/CommandRequest.proto b/protofiles/CommandRequest.proto index 13832ee2dd10a..2cc549ff3f8b6 100644 --- a/protofiles/CommandRequest.proto +++ b/protofiles/CommandRequest.proto @@ -25,6 +25,7 @@ message CommandRequest { GET_LUA_USER_RULES = 14; LUA_DELETE = 15; RESTART_SERVICES = 16; + AUDIT_LOG = 17; } required CommandType type = 1; optional string stringArgOne = 2;