Change int to size_t in size var for tap/vhost FDs
A number of methods take an int for a parameter that indicates the size of an array. The correct type for array sizes is size_t
Showing
想要评论请 注册 或 登录
A number of methods take an int for a parameter that indicates the size of an array. The correct type for array sizes is size_t