logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

auparse_feed_age_events - check events for complete based on time.

Author

Steve Grubb Red Hat Apr 2016 AUPARSE_FEED_AGE_EVENTS(3)

Description

auparse_feed_age_events should be called to see if any events are complete based on the current clock time. Any newly complete events will be passed to the callback function.

Name

auparse_feed_age_events - check events for complete based on time.

Return Value

None.

See Also

auparse_feed(3), auparse_flush_feed(3), auparse_feed_has_data(3)

Synopsis

#include<auparse.h> void auparse_feed_age_events(auparse_state_t *au);

See Also