summaryrefslogtreecommitdiff
path: root/core/include/tee/tee_obj.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/include/tee/tee_obj.h')
-rw-r--r--core/include/tee/tee_obj.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/include/tee/tee_obj.h b/core/include/tee/tee_obj.h
index bb82c9c..2224233 100644
--- a/core/include/tee/tee_obj.h
+++ b/core/include/tee/tee_obj.h
@@ -40,9 +40,9 @@ struct tee_obj {
bool busy; /* true if used by an operation */
uint32_t have_attrs; /* bitfield identifying set properties */
void *attr;
+ size_t ds_pos;
struct tee_pobj *pobj; /* ptr to persistant object */
struct tee_file_handle *fh;
- uint32_t ds_size; /* data stream size */
uint32_t flags; /* permission flags for persistent objects */
};