From 1d1c02c006dd9561f8d50ffda5b16e29d81997fd Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期五, 17 七月 2020 19:10:51 +0800
Subject: [PATCH] update

---
 queue/include/shm_socket.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/queue/include/shm_socket.h b/queue/include/shm_socket.h
index 2147857..789c55f 100644
--- a/queue/include/shm_socket.h
+++ b/queue/include/shm_socket.h
@@ -84,7 +84,7 @@
 
 int shm_connect(shm_socket_t * socket, int port);
 
-int shm_send(shm_socket_t * socket, void *buf, int size) ;
+int shm_send(shm_socket_t * socket, const void *buf, const int size) ;
 
 int shm_recv(shm_socket_t * socket, void **buf, int *size) ;
 

--
Gitblit v1.8.0