From abd6d2381b39009f8bd9faf47ddf4535a1596fdc Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期三, 04 十二月 2019 13:24:47 +0800
Subject: [PATCH] add pollChannelCount to PollConfig

---
 fileanalysis.proto |   20 ++++++++++++--------
 1 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/fileanalysis.proto b/fileanalysis.proto
index d51fd73..9a8279f 100644
--- a/fileanalysis.proto
+++ b/fileanalysis.proto
@@ -8,15 +8,19 @@
     string path         =3;
     int32  type         =4;
     int32  sort         =5;
-    bool   is_running   =6;
-    int32 progress      =7;
-    int32 ruleType      =8;
-    int32 status        =9;
-    string createTime   =10;
-    string updateTime   =11;
+    string alias        =6;
+    string snapshot_url =7;
+    string duration     =8;
+    bool   is_running   =9;
+    int32 progress      =10;
+    int32 ruleType      =11;
+    int32 status        =12;
+    string createTime   =13;
+    string updateTime   =14;
 }
 
 message FileAnalysisSetting {
-    bool videoFileEnable    =1;
-    string videoDirectory   =2;
+    bool videoEnable    =1;
+    string fileDirectory   =2;
+    int32 channelCount      =3;
 }
\ No newline at end of file

--
Gitblit v1.8.0