From 5f54f90416dbf31021a75c30cc7f11e0c2fc2c93 Mon Sep 17 00:00:00 2001 From: Cary Xu Date: Thu, 18 Aug 2022 09:30:24 +0800 Subject: [PATCH] fix: empty struct --- include/common/tmsg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/common/tmsg.h b/include/common/tmsg.h index cedbdb6087..8948d9f670 100644 --- a/include/common/tmsg.h +++ b/include/common/tmsg.h @@ -2664,7 +2664,7 @@ typedef struct { } SVgEpSet; typedef struct { - // padding + int64_t padding; } SRSmaExecMsg; typedef struct {