summaryrefslogtreecommitdiff
path: root/timer.h
diff options
context:
space:
mode:
authorVadim Kochan <vadim4j@gmail.com>2015-06-04 22:34:02 +0300
committerDaniel Borkmann <daniel@iogearbox.net>2015-06-05 23:52:17 +0200
commitb02dc7e2fa5255a0b364c69e7d708b15d297857e (patch)
treea175399229be489537e1b59a1da0f390e38ec916 /timer.h
parent0bc132a51f624874e8a9c5bf1493693e9b71fa63 (diff)
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 <vadim4j@gmail.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'timer.h')
-rw-r--r--timer.h2
1 files changed, 2 insertions, 0 deletions
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 */