Skip to content

Commit

Permalink
Add timelastrec to the peer structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Jan 9, 2016
1 parent ea7e6f3 commit f6a0225
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/ntp.h
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,8 @@ struct peer {
* Statistic counters
*/
u_long timereset; /* time stat counters were reset */
u_long timereceived; /* last packet received time */
u_long timelastrec; /* last packet received time */
u_long timereceived; /* last (clean) packet received time */
u_long timereachable; /* last reachable/unreachable time */

u_long sent; /* packets sent */
Expand Down

0 comments on commit f6a0225

Please sign in to comment.