summaryrefslogtreecommitdiff
path: root/app/src
diff options
context:
space:
mode:
author童宗振 <[email protected]>2023-12-27 04:05:09 +0000
committer陆秋文 <[email protected]>2023-12-27 04:05:09 +0000
commitb269cd473f22c60203ed50804dc7a26638e6964f (patch)
tree09bba165529645cafa57243c78ea58d679b946dd /app/src
parent8711dcbb38389e8a3a2fc5ad3f33408a5db5bb2d (diff)
build DPDK as a support library.
Diffstat (limited to 'app/src')
-rw-r--r--app/src/marsio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/marsio.c b/app/src/marsio.c
index 578399e..a9dd2da 100644
--- a/app/src/marsio.c
+++ b/app/src/marsio.c
@@ -287,7 +287,7 @@ void * marsio_survival_monitor(void * arg)
}
}
-int send_register_request(const struct app_register_req * reg_req)
+int send_register_request(struct app_register_req * reg_req)
{
int ret;
int socket_pair[2];