mirror of
https://github.com/fluencelabs/redis
synced 2025-06-14 09:41:21 +00:00
RDMF: More consistent define names.
This commit is contained in:
@ -54,7 +54,7 @@
|
||||
#include "anet.h"
|
||||
#include "ae.h"
|
||||
|
||||
#define REDIS_NOTUSED(V) ((void) V)
|
||||
#define UNUSED(V) ((void) V)
|
||||
|
||||
#define OUTPUT_STANDARD 0
|
||||
#define OUTPUT_RAW 1
|
||||
@ -2128,7 +2128,7 @@ unsigned long compute_something_fast(void) {
|
||||
}
|
||||
|
||||
static void intrinsicLatencyModeStop(int s) {
|
||||
REDIS_NOTUSED(s);
|
||||
UNUSED(s);
|
||||
force_cancel_loop = 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user