diff options
author | Haru <haru@dotalux.com> | 2016-02-06 17:28:35 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-02-06 17:28:35 +0100 |
commit | 4a6f28cce495b118840da5139e7dd315437ee4b0 (patch) | |
tree | beb65c47370d666ac34e02d121ab99494ee66335 /src/common/sysinfo.h | |
parent | 9d4ce2dc78fc0c7043948252ddb3ac45875df70a (diff) | |
parent | 8b59df7b9b89ff897d1259130da5d393d815be82 (diff) | |
download | hercules-4a6f28cce495b118840da5139e7dd315437ee4b0.tar.gz hercules-4a6f28cce495b118840da5139e7dd315437ee4b0.tar.bz2 hercules-4a6f28cce495b118840da5139e7dd315437ee4b0.tar.xz hercules-4a6f28cce495b118840da5139e7dd315437ee4b0.zip |
Merge pull request #1131 from 4144/timers
Add to system information also information about clock function.
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); |