fix bug in mq C++

This commit is contained in:
lnk
2026-04-30 15:45:34 +08:00
parent 073c98e89a
commit 3c98bf7eae
5 changed files with 109 additions and 94 deletions

View File

@@ -183,6 +183,8 @@ typedef struct file_dir_req_t
char devid[128];
int type;
char path[256];
char remote_path[256];
time_t create_time;
} file_dir_req_t;