Структура, характеризующая сообщения менеджера ресурсов типа _IO_CHMOD
#include <sys/iofunc.h>struct _io_chmod {uint16_t type;uint16_t combine_len;mode_t mode;};typedef union {struct _io_chmod i;} io_chmod_t;
Данная структура ассоциирована с сообщениями менеджера ресурсов типа _IO_CHMOD
. Поле i определяет входящие данные (поступающие в менеджер ресурсов).
The i member is a structure of type _io_chmod
that contains the following members:
_IO_CHMOD
_IO_COMBINE_FLAG
is set in this member. ЗОСРВ «Нейтрино»
resmgr_io_funcs_t, iofunc_chmod_default(), iofunc_chmod()
Предыдущий раздел: Описание API системной библиотеки