From 9855ff4f915c8959ca27c2e95faeb3cf6a288580 Mon Sep 17 00:00:00 2001 From: lzz <xiguabobo_2020@qq.com> Date: 星期六, 09 十一月 2024 16:07:13 +0800 Subject: [PATCH] 添加 --- common.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/common.h b/common.h index fd79883..bb0a5f2 100644 --- a/common.h +++ b/common.h @@ -325,7 +325,7 @@ struct MDReq//淇敼璇锋眰 { Head head; - + DevicesInfo info; MDReq() { head.type = MD_REQ; head.len = sizeof(MDReq); @@ -355,6 +355,7 @@ { Head head; int status; + DevicesInfo info[0]; QDRes() { head.type = QD_RES; head.len = sizeof(QDRes); -- Gitblit v1.8.0