/
githubmirror
/
audit-userspace
Обзор
Документация
Войти
/
githubmirror
/
audit-userspace
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/auparse_feed_age_events.3
28 строк
705 B
Steve Grubb
auparse: report feed consumption errors
27 июн 2026, 21:09
27 июн 2026, 21:09
2bb8900
Код
Авторство
О чём код?
.TH "AUPARSE_FEED_AGE_EVENTS" "3" "Apr 2016" "Red Hat" "Linux Audit API" .SH NAME auparse_feed_age_events \- check events for complete based on time. .SH "SYNOPSIS" .B #include <auparse.h> .sp .BI "void auparse_feed_age_events(auparse_state_t *" au);" .SH "DESCRIPTION" .I auparse_feed_age_events should be called to see if any events are complete based on the current clock time. .I auparse_add_callback() must be called before aging feed events so that complete events have a consumer. Any newly complete events will be passed to the callback function. .SH "RETURN VALUE" None. .SH "SEE ALSO" .BR auparse_feed (3), .BR auparse_flush_feed (3), .BR auparse_feed_has_data (3) .SH AUTHOR Steve Grubb