add function:upload and download device file ,modify interface function fix memleak
This commit is contained in:
@@ -171,6 +171,21 @@ typedef struct {
|
||||
|
||||
bool get_xml_config_by_dev_type(const char* dev_type, XmlConfigC* out_cfg);
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////////////文件控制请求参数
|
||||
typedef struct file_dir_req_t
|
||||
{
|
||||
struct file_dir_req_t *next;
|
||||
struct file_dir_req_t *prev;
|
||||
|
||||
char guid[128];
|
||||
char frontid[128];
|
||||
int processNo;
|
||||
char devid[128];
|
||||
int type;
|
||||
char path[256];
|
||||
time_t create_time;
|
||||
} file_dir_req_t;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user