diff options
author | Mike Buland <eichlan@xagasoft.com> | 2010-11-10 21:18:58 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2010-11-10 21:18:58 +0000 |
commit | aefab051dd21df0123ffa45a5a28d594bfecf82d (patch) | |
tree | 790ed55144c6114cb59f7d7280a79e020a14d031 /src/myriad.h | |
parent | 31b0ab27116519ecc441c96166ac36dcd637f68d (diff) | |
download | libbu++-aefab051dd21df0123ffa45a5a28d594bfecf82d.tar.gz libbu++-aefab051dd21df0123ffa45a5a28d594bfecf82d.tar.bz2 libbu++-aefab051dd21df0123ffa45a5a28d594bfecf82d.tar.xz libbu++-aefab051dd21df0123ffa45a5a28d594bfecf82d.zip |
Added a couple more debugging functions to Bu::Myriad, and exposed them in the
cli tool.
Diffstat (limited to 'src/myriad.h')
-rw-r--r-- | src/myriad.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/myriad.h b/src/myriad.h index 79c3cda..3d203bb 100644 --- a/src/myriad.h +++ b/src/myriad.h | |||
@@ -138,6 +138,9 @@ namespace Bu | |||
138 | int getBlockSize(); | 138 | int getBlockSize(); |
139 | int getNumBlocks(); | 139 | int getNumBlocks(); |
140 | int getNumUsedBlocks(); | 140 | int getNumUsedBlocks(); |
141 | int getTotalUsedBytes(); | ||
142 | int getTotalUnusedBytes(); | ||
143 | int getTotalUnusedBytes( int iFakeBlockSize ); | ||
141 | 144 | ||
142 | /** | 145 | /** |
143 | * Syncronize the header data, etc. with the storage stream. It's not | 146 | * Syncronize the header data, etc. with the storage stream. It's not |