From 37989e0300c20cd65a4d4a3c49eeaea2122ddf9e Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期一, 20 七月 2020 10:28:02 +0800 Subject: [PATCH] update --- queue/include/mod_socket.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/queue/include/mod_socket.h b/queue/include/mod_socket.h index 0ce74fd..79c86c5 100644 --- a/queue/include/mod_socket.h +++ b/queue/include/mod_socket.h @@ -30,7 +30,7 @@ int mod_connect(void * _socket, int port); -int mod_send(void * _socket, void *buf, int size); +int mod_send(void * _socket, const void *buf, const int size); int mod_recv(void * _socket, void **buf, int *size) ; -- Gitblit v1.8.0