Searched refs:hp_lastreport (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sbin/hastd/
H A Dhooks.c77 time_t hp_lastreport; member in struct:hookproc
183 hp->hp_birthtime = hp->hp_lastreport = time(NULL);
316 if (now - hp->hp_lastreport < REPORT_INTERVAL)
325 hp->hp_lastreport = now;

Completed in 278 milliseconds