Searched defs:history_data (Results 1 – 1 of 1) sorted by relevance
155 struct history_data { struct156 size_t buffer_size; /**< size of internal history buffer */157 size_t buffered; /**< amount of buffered data */158 size_t free; /** spce we can use to write new data */159 struct history_buffer *c_hb; /**< current buffer used for writing */