Searched defs:audit_timer (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/source/
H A Daudit.c85 static am_timer_event_t *audit_timer = NULL; variable
374 if (audit_timer != NULL) {
377 audit_timer = am_create_timer_event(AM_TIMER_EVENT_RECURRING, 60, NULL, am_audit_tick);
378 if (audit_timer == NULL) {
381 if (audit_timer->error != 0) {
384 am_start_timer_event(audit_timer);
389 am_close_timer_event(audit_timer);
390 audit_timer = NULL;

Completed in 28 milliseconds