42 void ext_status_read(
char **buffer,
size_t *buffer_size,
bool *needs_deallocation);
void ext_status_store(const char *buffer, size_t buffer_size)
Called when Kaa is ready to persist its state.
void ext_status_read(char **buffer, size_t *buffer_size, bool *needs_deallocation)
Called on Kaa startup to restore the persisted state.
void ext_status_delete(void)
Deletes a status storage.