mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Remove nsock_pool unique identifiers.
This isn't used anywhere and I cannot think of any use case. The NSP is supposed to be unique and global as it controls the event loop.
This commit is contained in:
parent
4ad794dc99
commit
ab161bbb0b
3 changed files with 0 additions and 18 deletions
|
|
@ -202,9 +202,6 @@ void nsock_loop_quit(nsock_pool nsp);
|
|||
* if the status is NSOCK_LOOP_ERROR was returned by nsock_loop() */
|
||||
int nsp_geterrorcode(nsock_pool nsp);
|
||||
|
||||
/* Every nsp has an ID that is unique across the program execution */
|
||||
unsigned long nsp_getid(nsock_pool nsp);
|
||||
|
||||
nsock_ssl nsi_getssl(nsock_iod nsockiod);
|
||||
|
||||
/* Note that nsi_get1_ssl_session will increment the usage count of the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue