summaryrefslogtreecommitdiff
path: root/src/hos_hash.h
diff options
context:
space:
mode:
authorpengxuanzheng <[email protected]>2020-09-23 19:06:09 +0800
committerpengxuanzheng <[email protected]>2020-11-02 18:59:51 +0800
commitb3e7de2b213931626a3c856355d44bb112b83274 (patch)
treee2bfa4b7bbaa4e45d12dc9f6f7880ee7c8a3403e /src/hos_hash.h
parent10e17cb043eb408b726aa51c51c092674e5db4a1 (diff)
线程池支持
Diffstat (limited to 'src/hos_hash.h')
-rw-r--r--src/hos_hash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hos_hash.h b/src/hos_hash.h
index 66e00f47..7daf1b91 100644
--- a/src/hos_hash.h
+++ b/src/hos_hash.h
@@ -22,6 +22,6 @@ typedef struct hos_info_s
void add_hos_info(hos_info_t **handle, hos_info_t *input);
hos_info_t *find_info_by_fd(hos_info_t *handle, size_t fd);
-void delete_info_by_fd(hos_info_t *handle, size_t fd);
-void delete_all(hos_info_t *handle);
+void delete_info_by_fd(hos_info_t **handle, size_t fd);
+void delete_all(hos_info_t **handle);
#endif