10 lines
298 B
C
10 lines
298 B
C
![]() |
#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);
|