zhangzengfei
2023-01-12 88178aed18f9f1a42b8429e500b8431952f87f4d
1
2
3
4
5
6
7
8
9
10
#ifndef C_BHOMEBUS_DBAPI_SYSSET_H
#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