From 2b99e69fd6723707cfa1b88a4c9344fde2d40360 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Mon, 7 Nov 2022 12:46:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'src/MultiPlayer/mpmessage?= =?UTF-8?q?s.hxx'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MultiPlayer/mpmessages.hxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/MultiPlayer/mpmessages.hxx b/src/MultiPlayer/mpmessages.hxx index a00fbbf..c1382af 100644 --- a/src/MultiPlayer/mpmessages.hxx +++ b/src/MultiPlayer/mpmessages.hxx @@ -108,6 +108,9 @@ struct T_PositionMsg { // angular acceleration wrt the earth centered frame measured in // the earth centered frame xdr_data_t angularAccel[3]; + //zhongjin add + xdr_data_t jwhtext[4]; + // Padding. The alignment is 8 bytes on x86_64 because there are // 8-byte types in the message, so the size should be explicitly // rounded out to a multiple of 8. Of course, it's a bad idea to