mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 08:41:21 +00:00
memtest.c now can be called as API in non interactive mode.
This commit is contained in:
@ -1650,6 +1650,7 @@ void enableWatchdog(int period);
|
||||
void disableWatchdog(void);
|
||||
void watchdogScheduleSignal(int period);
|
||||
void serverLogHexDump(int level, char *descr, void *value, size_t len);
|
||||
int memtest_test(unsigned long *m, size_t bytes, int passes, int interactive);
|
||||
|
||||
#define redisDebug(fmt, ...) \
|
||||
printf("DEBUG %s:%d > " fmt "\n", __FILE__, __LINE__, __VA_ARGS__)
|
||||
|
Reference in New Issue
Block a user