Struct sc_pipe_statistics_params_t

Struct Documentation

struct sc_pipe_statistics_params_t

Parameters for STATISTICS pipe type.

This pipes delivers data of the type struct statistics_t. The memory requirement for each such struct is sizeof(statistics_t) = 1024 bytes.

Public Members

void *allocator_owner
int (*allocator_cb)(void*, void**)

Used to allocate memory for data. If NULL - direct memory allocation. allocator_owner field will used as first argument during the call.