From 575f2e424a17737111786227103a428fb5c20396 Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期一, 12 十月 2020 18:15:27 +0800
Subject: [PATCH] req_rep

---
 src/socket/net_mod_socket.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/socket/net_mod_socket.h b/src/socket/net_mod_socket.h
index 4ace2bb..93b3ad3 100644
--- a/src/socket/net_mod_socket.h
+++ b/src/socket/net_mod_socket.h
@@ -13,8 +13,8 @@
 
 
 struct net_mod_request_head_t {
-	socket_mod_t mod;
-	int key;
+	uint32_t mod;
+	uint32_t key;
 	uint32_t content_length;
 };
 
@@ -31,7 +31,7 @@
   int port;
   int key;
   void *content;
-  uint32_t content_length;
+  int content_length;
   
 };
 

--
Gitblit v1.8.0