From 6e0dc69afa4c7171f9e31a50ad20d561189f7346 Mon Sep 17 00:00:00 2001
From: fujuntang <fujuntang@smartai.com>
Date: 星期二, 31 八月 2021 17:44:55 +0800
Subject: [PATCH] Merge branch 'master' of http://os.smartai.com:9091/valib/c_bhomebus
---
src/net/net_mod_socket_wrapper.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/net/net_mod_socket_wrapper.h b/src/net/net_mod_socket_wrapper.h
index b4941c0..b869510 100644
--- a/src/net/net_mod_socket_wrapper.h
+++ b/src/net/net_mod_socket_wrapper.h
@@ -12,6 +12,7 @@
#define __NET_MOD_SOCKET_H__
#include "net_mod_socket.h"
+#include "proc_def.h"
#ifdef __cplusplus
extern "C" {
@@ -55,6 +56,8 @@
*/
int net_mod_socket_force_bind(void * _socket, int key);
+int net_mod_socket_reg(void *_socket, void *pData, int len, void **buf, int *size, const int timeout_ms, int flag);
+
/**
* @brief 鍙戦�佷俊鎭�,鍙戦�佸畬鎴愭墠杩斿洖
*
--
Gitblit v1.8.0