rsstats 0.0.1
Redis Enterprise Statistic collector
clusterlst.h File Reference

Basic(non-thread-safe) single-chained list of record with sentinal. More...

#include "cluster.h"
Include dependency graph for clusterlst.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

void(* clusterlist_add )(cluster_t *cluster)
 
cluster_t *(* clusterlist_find )(const char *host)
 
cluster_t *(* clusterlist_first )()
 
cluster_t *(* clusterlist_next )()
 
cluster_t *(* clusterlist_get )()
 

Detailed Description

Basic(non-thread-safe) single-chained list of record with sentinal.

<+DETAILED+>

Author
François Cerbelle (Fanfan), franc.nosp@m.ois@.nosp@m.cerbe.nosp@m.lle..nosp@m.net

Definition in file clusterlst.h.

Variable Documentation

◆ clusterlist_add

void(* clusterlist_add) (cluster_t *cluster) ( cluster_t cluster)
extern

Definition at line 82 of file clusterlst.c.

◆ clusterlist_find

cluster_t *(* clusterlist_find) (const char *host) ( const char *  host)
extern

Definition at line 95 of file clusterlst.c.

◆ clusterlist_first

cluster_t *(* clusterlist_first) () ( )
extern

Definition at line 105 of file clusterlst.c.

◆ clusterlist_get

cluster_t *(* clusterlist_get) () ( )
extern

Definition at line 125 of file clusterlst.c.

◆ clusterlist_next

cluster_t *(* clusterlist_next) () ( )
extern

Definition at line 116 of file clusterlst.c.