From bc94ad8eb49a67b1202a56f7bb28d8ea605a0b29 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 3 Feb 2016 01:26:03 +0300 Subject: Add to system information also information about clock function. I think issues with stuck skills delay/cooldown related to timers/clock. This change allow to see with what clock functions issue can be reproduced. --- src/common/sysinfo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/sysinfo.h') diff --git a/src/common/sysinfo.h b/src/common/sysinfo.h index 904be832f..2a391bfa4 100644 --- a/src/common/sysinfo.h +++ b/src/common/sysinfo.h @@ -52,6 +52,7 @@ struct sysinfo_interface { bool (*is64bit) (void); const char *(*compiler) (void); const char *(*cflags) (void); + const char *(*time) (void); const char *(*vcstype) (void); int (*vcstypeid) (void); const char *(*vcsrevision_src) (void); -- cgit v1.2.3-70-g09d2