mirror of
https://github.com/nmap/nmap.git
synced 2025-12-18 21:49:01 +00:00
Cleaning up: consistently get event masks from a static inline get_evmask() function.
This commit is contained in:
@@ -355,7 +355,7 @@ int select_loop(mspool *nsp, int msec_timeout) {
|
||||
|
||||
/* ---- INTERNAL FUNCTIONS ---- */
|
||||
|
||||
static int get_evmask(const mspool *nsp, const msiod *nsi) {
|
||||
static inline int get_evmask(const mspool *nsp, const msiod *nsi) {
|
||||
struct select_engine_info *sinfo = (struct select_engine_info *)nsp->engine_data;
|
||||
int sd, evmask;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user