From bf0a32869c41a6a96eb38bda340e75a309477f9e Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Tue, 13 Dec 2016 10:59:47 -0800 Subject: [PATCH] agent: add 'cetcd', 'zetcd' agent type --- agent/message.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/agent/message.proto b/agent/message.proto index a8a9edde..67b5fa94 100644 --- a/agent/message.proto +++ b/agent/message.proto @@ -24,6 +24,8 @@ message Request { etcdv2 = 1; ZooKeeper = 2; Consul = 3; + zetcd = 4; + cetcd = 5; } Operation operation = 1;