Lines Matching defs:sentinelState
233 struct sentinelState { struct
234 char myid[CONFIG_RUN_ID_SIZE+1]; /* This sentinel ID. */
235 uint64_t current_epoch; /* Current epoch. */
236 dict *masters; /* Dictionary of master sentinelRedisInstances.
239 int tilt; /* Are we in TILT mode? */
240 int running_scripts; /* Number of scripts in execution right now. */
241 mstime_t tilt_start_time; /* When TITL started. */
242 mstime_t previous_time; /* Last time we ran the time handler. */
243 list *scripts_queue; /* Queue of user scripts to execute. */
244 char *announce_ip; /* IP addr that is gossiped to other sentinels if
246 int announce_port; /* Port that is gossiped to other sentinels if
248 unsigned long simfailure_flags; /* Failures simulation. */
249 int deny_scripts_reconfig; /* Allow SENTINEL SET ... to change script