diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-03 01:26:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-05 01:03:26 +0300 |
commit | bc94ad8eb49a67b1202a56f7bb28d8ea605a0b29 (patch) | |
tree | 830fe7dfd98e7fe41c030995accdcadcaac0d560 /src/common/sysinfo.h | |
parent | f6ee3f1d20596375b2c68c7b7eff4e40008ce9c2 (diff) | |
download | hercules-bc94ad8eb49a67b1202a56f7bb28d8ea605a0b29.tar.gz hercules-bc94ad8eb49a67b1202a56f7bb28d8ea605a0b29.tar.bz2 hercules-bc94ad8eb49a67b1202a56f7bb28d8ea605a0b29.tar.xz hercules-bc94ad8eb49a67b1202a56f7bb28d8ea605a0b29.zip |
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.
Diffstat (limited to 'src/common/sysinfo.h')
-rw-r--r-- | src/common/sysinfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |