使用cmsg公共库解析cmsg信息,对业务层提供获取cmsg句柄的接口

This commit is contained in:
luqiuwen
2019-06-01 17:00:36 +08:00
parent 1b872c246d
commit 77aa3063f7
11 changed files with 133 additions and 283 deletions

View File

@@ -75,6 +75,7 @@ struct tfe_stream_private
struct tfe_proxy * proxy_ref;
struct tfe_thread_ctx * thread_ref;
struct tfe_cmsg * cmsg;
enum tfe_stream_proto session_type;
struct tfe_stream_write_ctx * w_ctx_upstream;