From b02dc7e2fa5255a0b364c69e7d708b15d297857e Mon Sep 17 00:00:00 2001 From: Vadim Kochan Date: Thu, 4 Jun 2015 22:34:02 +0300 Subject: netsniff-ng, nlmsg: add further rtnl route type messages to dissector Add some more dissection logic for dumping rtnetlink related infos with attributes. Signed-off-by: Vadim Kochan Signed-off-by: Daniel Borkmann --- timer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'timer.h') diff --git a/timer.h b/timer.h index 8e869c8..68809a6 100644 --- a/timer.h +++ b/timer.h @@ -6,4 +6,6 @@ extern void set_itimer_interval_value(struct itimerval *itimer, unsigned long sec, unsigned long usec); +extern int get_user_hz(void); + #endif /* TIMER_H */ -- cgit v1.2.3-54-g00ecf