Skip to content

Commit c877195

Browse files
patrickdk77PhirePhly
authored andcommitted
Fix missing now from aprx-stat
1 parent c21aa91 commit c877195

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aprx-stat.c

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ int erlangout;
1818
int epochtime;
1919
const char *aprxlogfile; /* linkage dummy */
2020
const char *mycall; /* linkage dummy */
21+
struct timeval now; // public wall clock that can jump around
2122

2223
#ifdef ERLANGSTORAGE
2324

0 commit comments

Comments
 (0)