From 76466170ab6f057e220d031031860dfffac218f8 Mon Sep 17 00:00:00 2001 From: cheliequan <liequanche@126.com> Date: 星期四, 12 一月 2023 11:57:38 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/valib/c_bhomedbapi --- 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