Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RDMA: Fix listener priv opaque pointer (valkey-io#1194)
struct connListener.priv should be used by connection type specific data, static local listener data should not use this. A RDMA config structure is going to be introduced in the next step: ``` typedef struct serverRdmaContextConfig { char *bindaddr; int bindaddr_count; int port; int rx_size; int comp_vector; ... } serverRdmaContextConfig; ``` Then a builtin RDMA will be supported. Signed-off-by: zhenwei pi <[email protected]>
- Loading branch information