Check THP support at startup and warn about it.

This commit is contained in:
antirez
2014-11-12 10:55:47 +01:00
parent 3ef0876b95
commit 110f0464e0
2 changed files with 7 additions and 2 deletions

View File

@ -63,6 +63,7 @@ struct latencyStats {
void latencyMonitorInit(void);
void latencyAddSample(char *event, mstime_t latency);
int THPIsEnabled(void);
/* Latency monitoring macros. */