pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2011-11-16
2011-11-16 22:52:20 by Tobias S. Josefowitz <tobij@tobij.de>
f01020a08a9356ad2acce17dd451e166d854d6af (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Change in internal timehandling; ability to invalidate current_time.
2574:
INIT_PIKE_MEMOBJ(p, T_PROGRAM); DOUBLELINK(first_program, p);
-
GETTIMEOFDAY(& p->timestamp);
+
ACCURATE_
GETTIMEOFDAY(& p->timestamp);
return p; }