summaryrefslogtreecommitdiffstats
path: root/src/barebox-state/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/barebox-state/state.h')
-rw-r--r--src/barebox-state/state.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/barebox-state/state.h b/src/barebox-state/state.h
index 62544a2..f6ab200 100644
--- a/src/barebox-state/state.h
+++ b/src/barebox-state/state.h
@@ -26,6 +26,9 @@ struct state_backend_storage_bucket {
void ** buf, ssize_t * len_hint);
void (*free) (struct state_backend_storage_bucket * bucket);
+ int num;
+ off_t offset;
+
struct list_head bucket_list;
void *buf;