From a41e352b7bf6068489a9227c647199cd24284c2e Mon Sep 17 00:00:00 2001
From: lhl <1281544429@qq.com>
Date: 星期四, 07 十一月 2024 11:28:41 +0800
Subject: [PATCH] 修改结构体

---
 common.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/common.h b/common.h
index 6d36e1f..8729396 100644
--- a/common.h
+++ b/common.h
@@ -351,6 +351,7 @@
 {
 	Head head;
 	int status;
+	DevicesInfo info[0];
 	QDRes() {
 		head.type = QD_RES;
 		head.len = sizeof(QDRes);

--
Gitblit v1.8.0