![]() |
![]() |
![]() |
![]() |
![]() |
This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Retrieve server attributes
#include <sys/iomgr.h> int iofdinfo( int filedes, unsigned flags, struct _fdinfo * info, char * path, int maxlen );
libc
Use the -l c option to qcc to link against this library. This library is usually included automatically.
The iofdinfo() function retrieves the server's attribute information for the connection referred to by filedes.
The length of the associated filedes pathname, or -1 if an error occurs (errno is set).
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | Yes |
Thread | Yes |
iofunc_fdinfo(), iofunc_fdinfo_default(), resmgr_pathname()
![]() |
![]() |
![]() |
![]() |