vpp: Change the type of sa into sockaddr_storage
This will fix the compilation issue when enabling VPP. Change-Id: Id06c832ed45369448d127ec148e43fe3f9e1ce69 Signed-off-by: Ziye Yang <optimistyzy@gmail.com> Reviewed-on: https://review.gerrithub.io/436909 Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
This commit is contained in:
parent
ef8e47571b
commit
c9c4a3346d
@ -164,7 +164,7 @@ spdk_vpp_sock_getaddr(struct spdk_sock *_sock, char *saddr, int slen, uint16_t *
|
||||
char *caddr, int clen, uint16_t *cport)
|
||||
{
|
||||
struct spdk_vpp_sock *sock = __vpp_sock(_sock);
|
||||
struct sockaddr sa;
|
||||
struct sockaddr_storage sa;
|
||||
socklen_t salen;
|
||||
int rc;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user