aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/ipc.h
diff options
context:
space:
mode:
Diffstat (limited to 'samsung-ipc/ipc.h')
-rw-r--r--samsung-ipc/ipc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/samsung-ipc/ipc.h b/samsung-ipc/ipc.h
index 0017994..5870cdd 100644
--- a/samsung-ipc/ipc.h
+++ b/samsung-ipc/ipc.h
@@ -74,8 +74,8 @@ struct ipc_nv_data_specs {
char *nv_data_backup_path;
char *nv_data_backup_md5_path;
char *nv_data_secret;
- int nv_data_size;
- int nv_data_chunk_size;
+ size_t nv_data_size;
+ size_t nv_data_chunk_size;
};
struct ipc_client {