Обработчик по умолчанию для сообщений _IO_FDINFO
#include <sys/iomgr.h>int iofunc_fdinfo_default( resmgr_context_t *ctp,io_fdinfo_t *msg,iofunc_ocb_t *ocb );
libc
The iofunc_fdinfo_default() function provides the default handler for the client's iofdinfo() call, which is received as an _IO_FDINFO
message by the resource manager.
You can place this function directly into the io_funcs table passed to resmgr_attach(), at the fdinfo position, or you can call iofunc_func_init() to initialize all of the functions to their default values.
The iofunc_fdinfo_default() function calls iofunc_fdinfo() and resmgr_pathname() to do the actual work.
ЗОСРВ «Нейтрино»
io_fdinfo_t, iofdinfo(), iofunc_fdinfo_default(), iofunc_func_init(), iofunc_ocb_t, resmgr_attach(), resmgr_context_t, resmgr_io_funcs_t, _RESMGR_NPARTS(), resmgr_pathname()
Предыдущий раздел: Описание API системной библиотеки