rsstats 0.0.1
Redis Enterprise Statistic collector
sclistrecord_s Struct Reference

Private list record structure. More...

Collaboration diagram for sclistrecord_s:

Public Attributes

void * value
 Pointer to value. More...
 
struct sclistrecord_snext
 Next record in the list. More...
 

Detailed Description

Private list record structure.

Definition at line 31 of file sclist.c.

Member Data Documentation

◆ next

struct sclistrecord_s* sclistrecord_s::next

Next record in the list.

Definition at line 33 of file sclist.c.

◆ value

void* sclistrecord_s::value

Pointer to value.

Definition at line 32 of file sclist.c.


The documentation for this struct was generated from the following file: