portability tweaks to ShutdownSocketSet
Summary: `NetworkSocket::data` may not always be integral; for XROS, it is `void*` instead (as a sort of no-op). Portably handle this. Now, treat the vector and the capacity more like a vector and capacity, using `size_t` for capacity and positions. Convert explicitly where required. Reviewed By: Orvid Differential Revision: D31220216 fbshipit-source-id: 47db6ed72ff9124e30dacc31c6ec0427c29b3c99
Showing
Please register or sign in to comment