added reply handler

This commit is contained in:
2018-03-21 10:38:10 +00:00
parent 69e50af80f
commit f675835a11
6 changed files with 599 additions and 334 deletions

View File

@ -53,8 +53,7 @@ enum hcl_server_trait_t
HCL_SERVER_TRAIT_DEBUG_BIGINT = (1 << 1),
#endif
HCL_SERVER_TRAIT_READABLE_PROTO = (1 << 2),
HCL_SERVER_TRAIT_USE_LARGE_PAGES = (1 << 3)
HCL_SERVER_TRAIT_USE_LARGE_PAGES = (1 << 2)
};
typedef enum hcl_server_trait_t hcl_server_trait_t;