NetBurner 3.5.0
PDF Version
 
iointernal.h File Reference

Extra File Descriptors. More...

Go to the source code of this file.

Functions

int GetExtraFD (void *extra_data, struct IoExpandStruct *pFuncs)
 Returns a file descriptor for the structure passed as the IoExpandStruct. FreeExtraFd( ) will release the fd back to the pool of available fds.
 
void * GetExtraData (int fd)
 Returns the extra structure value from IoExpandStruct associated with the file descriptor.
 
void FreeExtraFd (int fd)
 Free a file descriptor and associated resources.
 
int GetFreeExtraFDCount ()
 Returns the number of free file descriptors.
 
int GetFreeSocketCount (void)
 Returns the number of free sockets.
 

Detailed Description

Extra File Descriptors.