Список уведомлений менеджера ресурсов
#include <sys/iofunc.h>typedef struct _iofunc_notify {int cnt;struct _iofunc_notify_event *list;} iofunc_notify_t;
Данная структура ассоциирована с сообщениями менеджера ресурсов типа _IO_NOTIFY
. Структура включает следующие поля:
The <sys/iofunc.h>
file also defines the following macros that work with the arrays of iofunc_notify_t
structures:
ЗОСРВ «Нейтрино»
io_notify_t, iofunc_notify_event_t, iofunc_notify_remove(), iofunc_notify_trigger(), iofunc_notify()
Предыдущий раздел: Описание API системной библиотеки