|
wlmaker
|
#include <wlm_graph_shared.h>
Public Attributes | |
| uint8_t * | data |
| uint32_t | num |
Buffer for graph sample values.
Used by stats_read_fn to store per-category usage values (0-255 each). The callback may reallocate the buffer if the size doesn't match.
| uint8_t* wlm_graph_values_t::data |
Pointer to values buffer (may be NULL initially).
| uint32_t wlm_graph_values_t::num |
Number of elements in the buffer.