Check THP support at startup and warn about it.

This commit is contained in:
antirez
2014-11-12 10:55:47 +01:00
parent c0266d87ae
commit 011cfdfb6b
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. */