From aefab051dd21df0123ffa45a5a28d594bfecf82d Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 10 Nov 2010 21:18:58 +0000 Subject: Added a couple more debugging functions to Bu::Myriad, and exposed them in the cli tool. --- src/myriad.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/myriad.h') 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 int getBlockSize(); int getNumBlocks(); int getNumUsedBlocks(); + int getTotalUsedBytes(); + int getTotalUnusedBytes(); + int getTotalUnusedBytes( int iFakeBlockSize ); /** * Syncronize the header data, etc. with the storage stream. It's not -- cgit v1.2.3