diff options
| author | Grzegorz Kostka <kostka.grzegorz@gmail.com> | 2018-03-01 19:58:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-01 19:58:03 +0100 |
| commit | 96b4563a7ed9f603a6f66cbe21cbd1acb2f0294a (patch) | |
| tree | a18f586eec116b1b3a27d40a4c0db992b37c0520 /include/ext4_blockdev.h | |
| parent | 66168642b95814725e1f6662729b112d80ab3abb (diff) | |
| parent | 151cd9f6e9120e3c41600875c6cfa42dc1321a0b (diff) | |
Merge pull request #36 from mmmaisel/dev
Improvements from ext4-browser project
Diffstat (limited to 'include/ext4_blockdev.h')
| -rw-r--r-- | include/ext4_blockdev.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ext4_blockdev.h b/include/ext4_blockdev.h index 41223b6..4efbb43 100644 --- a/include/ext4_blockdev.h +++ b/include/ext4_blockdev.h @@ -97,6 +97,9 @@ struct ext4_blockdev_iface { /**@brief Physical write counter*/ uint32_t bwrite_ctr; + + /**@brief User data pointer*/ + void* p_user; }; /**@brief Definition of the simple block device.*/ |
