summaryrefslogtreecommitdiff
path: root/test/dns_test_plug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/dns_test_plug.cpp')
-rw-r--r--test/dns_test_plug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dns_test_plug.cpp b/test/dns_test_plug.cpp
index 018e428..5a8f855 100644
--- a/test/dns_test_plug.cpp
+++ b/test/dns_test_plug.cpp
@@ -20,7 +20,7 @@ extern "C" int commit_test_result_json(cJSON *node, const char *name);
static int g_result_count = 1;
-extern "C" unsigned char DNS_TEST_PLUG_ENTRY(stSessionInfo *session_info, void **pme,
+extern "C" unsigned char DNS_TEST_PLUG_ENTRY(stSessionInfo *session_info, const void **pme,
int thread_seq, struct streaminfo *a_stream, void *a_packet)
{
assert(NULL != session_info || pme != NULL);