repo.or.cz
/
netsniff-ng.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mz: Check device argument by ifindex instead of name prefix
[netsniff-ng.git]
/
timer.h
blob
68809a68d44227f44aa530d41c09dfc3470380d6
1
#ifndef TIMER_H
2
#define TIMER_H
3
4
#include <sys/time.h>
5
6
extern
void
set_itimer_interval_value
(
struct
itimerval
*
itimer
,
unsigned long
sec
,
7
unsigned long
usec
);
8
9
extern
int
get_user_hz
(
void
);
10
11
#endif
/* TIMER_H */