mirror of
https://github.com/nmap/nmap.git
synced 2025-12-18 21:49:01 +00:00
Consistently renamed nsi_XXX calls into nsock_iod_XXX
This is part of the effort to make nsock expose only nsock_ prefixed symbols and simplify the API.
This commit is contained in:
@@ -205,7 +205,7 @@ int select_iod_modify(struct npool *nsp, struct niod *iod, int ev_set, int ev_cl
|
||||
iod->watched_events |= ev_set;
|
||||
iod->watched_events &= ~ev_clr;
|
||||
|
||||
sd = nsi_getsd(iod);
|
||||
sd = nsock_iod_get_sd(iod);
|
||||
|
||||
/* -- set events -- */
|
||||
if (ev_set & EV_READ)
|
||||
|
||||
Reference in New Issue
Block a user