diff --git a/test/case52/src/testcase52.c b/test/case52/src/testcase52.c index 93bbca7..b50ea58 100755 --- a/test/case52/src/testcase52.c +++ b/test/case52/src/testcase52.c @@ -10,7 +10,7 @@ // Description: // (Aut@qieYuan_2025.05.04) 新增数据接收与发送 收发聚合无多线程 // ----------------------------------------------------------------- - +#define _GNU_SOURCE #include #include #include @@ -38,7 +38,7 @@ // Last modified time: 2025.05.03 // Last Version: V1.0 //---------------------------------------------------- -#define _GNU_SOURCE + #include // udp #include // 绑定CPU #include // thread @@ -576,7 +576,7 @@ int32_t test_case(uint32_t argc, int32_t* argvp) // uint8_t* ptr; // uint16_t cu_flag = C_PLANE; - // HandleId_t handler; + HandleId_t handler; handler.port_id = 0; handler.inst_id = 0; handler.type_id = CU_SPLIT;