rsstats 0.0.1
Redis Enterprise Statistic collector
|
Basic(non-thread-safe) single-chained list of record with sentinal. More...
Go to the source code of this file.
Classes | |
struct | clusterrecord_s |
Typedefs | |
typedef struct clusterrecord_s | clusterrecord_t |
Variables | |
void(* | clusterlist_add )(cluster_t *cluster) = clusterlist_add_preinit |
cluster_t *(* | clusterlist_find )(const char *host) = clusterlist_find_preinit |
cluster_t *(* | clusterlist_first )() = clusterlist_first_preinit |
cluster_t *(* | clusterlist_next )() = clusterlist_next_preinit |
cluster_t *(* | clusterlist_get )() = clusterlist_get_preinit |
Basic(non-thread-safe) single-chained list of record with sentinal.
<+DETAILED+>
Definition in file clusterlst.c.
typedef struct clusterrecord_s clusterrecord_t |
Definition at line 82 of file clusterlst.c.
cluster_t *(* clusterlist_find) (const char *host) | ( | const char * | host | ) | = clusterlist_find_preinit |
Definition at line 95 of file clusterlst.c.
cluster_t *(* clusterlist_first) () | ( | ) | = clusterlist_first_preinit |
Definition at line 105 of file clusterlst.c.
cluster_t *(* clusterlist_get) () | ( | ) | = clusterlist_get_preinit |
Definition at line 125 of file clusterlst.c.
cluster_t *(* clusterlist_next) () | ( | ) | = clusterlist_next_preinit |
Definition at line 116 of file clusterlst.c.