repo.or.cz
/
vde.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vdeq cleanup. unused sockets were left in /tmp.
[vde.git]
/
vde-2
/
qtimer.h
blob
b66e435f3071c13d378e8596f9275d2a3b2bc032
1
#ifndef _QTIMER_H
2
#define _QTIMER_H
3
time_t
qtime
();
// returns global time (faster than time())
4
void
qtime_csenter
();
5
void
qtime_csexit
();
6
unsigned int
qtimer_add
(
time_t
period
,
int
times
,
void
(*
call
)(),
void
*
arg
);
7
void
qtimer_del
(
unsigned int
n
);
8
void
qtimer_init
();
9
#endif