support aarch64
This commit is contained in:
@@ -19,7 +19,7 @@ extern "C" int commit_test_result_json(cJSON *node, const char *name);
|
||||
static int g_result_count = 1;
|
||||
|
||||
extern "C" unsigned char QUIC_TEST_PLUG_ENTRY(stSessionInfo *session_info, void **pme,
|
||||
int thread_seq, struct streaminfo *a_tcp, void *a_packet)
|
||||
int thread_seq, struct streaminfo *a_udp, void *a_packet)
|
||||
{
|
||||
assert(NULL != session_info || pme != NULL);
|
||||
|
||||
@@ -34,7 +34,7 @@ extern "C" unsigned char QUIC_TEST_PLUG_ENTRY(stSessionInfo *session_info, void
|
||||
{
|
||||
ctx = cJSON_CreateObject();
|
||||
*pme = (void *)ctx;
|
||||
cJSON_AddStringToObject(ctx, "Tuple4", printaddr(&a_tcp->addr, a_tcp->threadnum));
|
||||
cJSON_AddStringToObject(ctx, "Tuple4", printaddr(&a_udp->addr, a_udp->threadnum));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user