commit | 411619e921904b896eddae81c086c1f687c8304d | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Apr 24 18:51:42 2012 -0700 |
committer | Colin Cross <ccross@android.com> | Mon Jul 09 22:09:36 2012 -0700 |
tree | d7b7f2f18b42c0aa6974e6d21c38109a01af3a48 | |
parent | 28fa5bc347390480fe190294c6c385b6a9f0d68b [diff] [blame] |
libsparse: remove static variables Removes static variables in backed_block.c to allow multiple sparse files to be open at the same time. Change-Id: I012d8a424c6e21a7352408416adb7c72ee8add21
diff --git a/libsparse/sparse_file.h b/libsparse/sparse_file.h index 05a78d9..fae1c16 100644 --- a/libsparse/sparse_file.h +++ b/libsparse/sparse_file.h
@@ -23,6 +23,7 @@ unsigned int block_size; int64_t len; + struct backed_block_list *backed_block_list; struct output_file *out; };