From ae841b3c44bb40be11ad505e1a51f490362d56fc Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期四, 12 一月 2023 11:14:21 +0800
Subject: [PATCH] 添加全部proto文件, 添加轮询配置接口

---
 sysset.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/sysset.h b/sysset.h
index 95f28db..22bfe39 100644
--- a/sysset.h
+++ b/sysset.h
@@ -2,7 +2,9 @@
 #define C_BHOMEBUS_DBAPI_SYSSET_H
 
 #include "proto/x86_64/sysset.pb.h"
+#include "proto/x86_64/fileanalysis.pb.h"
 
 bool dbapi_get_server_info(void *handle, protomsg::LocalConfig & message);
-
+bool dbapi_get_poll_config(void *handle, protomsg::PollConfig & message);
+bool dbapi_get_stack_config(void *handle, protomsg::FileAnalysisSetting & message);
 #endif
\ No newline at end of file

--
Gitblit v1.8.0