Инициализировать блок открытого контекста (OCB)
#include <sys/iofunc.h>int iofunc_ocb_attach( resmgr_context_t *ctp,io_open_t *msg,iofunc_ocb_t *ocb,iofunc_attr_t *attr,const resmgr_io_funcs_t *io_funcs );
NULL
, or a pointer to the iofunc_ocb_t structure for the Open Control Block that was created when the client opened the resource.libc
The iofunc_ocb_attach() function examines the mode specified by the io_open msg, and increments the read and write count flags (ocb->attr->rcount and ocb->attr->wcount), and the locking flags (ocb->attr->rlocks and ocb->attr->wlocks), as specified by the open mode.
This function is called by iofunc_open_default() as part of its initialization.
This function allocates the memory for the OCB if you pass NULL
as the ocb.
ЗОСРВ «Нейтрино»
io_open_t, iofunc_attr_init(), iofunc_attr_t, iofunc_ocb_detach(), iofunc_ocb_t, iofunc_open_default(), resmgr_context_t, resmgr_io_funcs_t
Предыдущий раздел: Описание API системной библиотеки