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
docs: be more precise on readme with experimental tools
[netsniff-ng.git]
/
timer.h
blob
8e869c875eda98ee3a2a40a2975e2901c1dfa484
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
#endif
/* TIMER_H */