diff options
Diffstat (limited to 'examples/redis-unstable/src/syscheck.h')
| -rw-r--r-- | examples/redis-unstable/src/syscheck.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/examples/redis-unstable/src/syscheck.h b/examples/redis-unstable/src/syscheck.h deleted file mode 100644 index 6f324d1..0000000 --- a/examples/redis-unstable/src/syscheck.h +++ /dev/null | |||
| @@ -1,26 +0,0 @@ | |||
| 1 | /* | ||
| 2 | * Copyright (c) 2022-Present, Redis Ltd. | ||
| 3 | * All rights reserved. | ||
| 4 | * | ||
| 5 | * Licensed under your choice of (a) the Redis Source Available License 2.0 | ||
| 6 | * (RSALv2); or (b) the Server Side Public License v1 (SSPLv1); or (c) the | ||
| 7 | * GNU Affero General Public License v3 (AGPLv3). | ||
| 8 | */ | ||
| 9 | |||
| 10 | #ifndef __SYSCHECK_H | ||
| 11 | #define __SYSCHECK_H | ||
| 12 | |||
| 13 | #include "sds.h" | ||
| 14 | #include "config.h" | ||
| 15 | |||
| 16 | int syscheck(void); | ||
| 17 | #ifdef __linux__ | ||
| 18 | int checkXenClocksource(sds *error_msg); | ||
| 19 | int checkTHPEnabled(sds *error_msg); | ||
| 20 | int checkOvercommit(sds *error_msg); | ||
| 21 | #ifdef __arm64__ | ||
| 22 | int checkLinuxMadvFreeForkBug(sds *error_msg); | ||
| 23 | #endif | ||
| 24 | #endif | ||
| 25 | |||
| 26 | #endif | ||
