futriix/src/cluster_slot_stats.h

10 lines
298 B
C
Raw Normal View History

#include "server.h"
#include "cluster.h"
#include "script.h"
#include "cluster_legacy.h"
void clusterSlotStatReset(int slot);
void clusterSlotStatResetAll(void);
void clusterSlotStatsAddCpuDuration(client *c, ustime_t duration);
void clusterSlotStatsInvalidateSlotIfApplicable(scriptRunCtx *ctx);