rsstats 0.0.1
Redis Enterprise Statistic collector
|
Self initialized cluster records list (non thread-safe) More...
Go to the source code of this file.
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 |
Self initialized cluster records list (non thread-safe)
<+DETAILED+>
Definition in file clusterlst.c.
Definition at line 60 of file clusterlst.c.
cluster_t *(* clusterlist_find) (const char *host) | ( | const char * | host | ) | = clusterlist_find_preinit |
Definition at line 80 of file clusterlst.c.
cluster_t *(* clusterlist_first) () | ( | ) | = clusterlist_first_preinit |
Definition at line 91 of file clusterlst.c.
cluster_t *(* clusterlist_get) () | ( | ) | = clusterlist_get_preinit |
Definition at line 112 of file clusterlst.c.
cluster_t *(* clusterlist_next) () | ( | ) | = clusterlist_next_preinit |
Definition at line 102 of file clusterlst.c.