| 
    client-c
    0.8.1
    
   | 
 
#include <ext_log_storage.h>
Public Attributes | |
| char * | data | 
| size_t | size | 
| uint16_t | bucket_id | 
Wrapper for a serialized log entry.
Definition at line 39 of file ext_log_storage.h.
| uint16_t kaa_log_record_t::bucket_id | 
Bucket ID of this record
Definition at line 42 of file ext_log_storage.h.
| char* kaa_log_record_t::data | 
Serialized data
Definition at line 40 of file ext_log_storage.h.
| size_t kaa_log_record_t::size | 
Size of data
Definition at line 41 of file ext_log_storage.h.