diff options
Diffstat (limited to 'src/nids.h')
-rw-r--r-- | src/nids.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -75,9 +75,9 @@ namespace Bu | |||
75 | { | 75 | { |
76 | uint32_t uFirstBlock; | 76 | uint32_t uFirstBlock; |
77 | uint32_t uNextBlock; | 77 | uint32_t uNextBlock; |
78 | uint32_t uPrevBlock; | 78 | // uint32_t uPrevBlock; |
79 | uint32_t uBytesUsed; | 79 | uint32_t uBytesUsed; |
80 | uint32_t uReserved; | 80 | // uint32_t uReserved; |
81 | unsigned char pData[0]; | 81 | unsigned char pData[0]; |
82 | } Block; | 82 | } Block; |
83 | 83 | ||
@@ -87,8 +87,8 @@ namespace Bu | |||
87 | }; | 87 | }; |
88 | 88 | ||
89 | void initBlock( uint32_t uPos, uint32_t uFirstBlock, | 89 | void initBlock( uint32_t uPos, uint32_t uFirstBlock, |
90 | uint32_t uPrevBlock, bool bNew=false ); | 90 | /*uint32_t uPrevBlock,*/ bool bNew=false ); |
91 | uint32_t createBlock( uint32_t uFirstBlock, uint32_t uPrevBlock, | 91 | uint32_t createBlock( uint32_t uFirstBlock, /*uint32_t uPrevBlock,*/ |
92 | int iPreAllocate=1 ); | 92 | int iPreAllocate=1 ); |
93 | void getBlock( uint32_t uIndex, struct Nids::Block *pBlock ); | 93 | void getBlock( uint32_t uIndex, struct Nids::Block *pBlock ); |
94 | void setBlock( uint32_t uIndex, struct Nids::Block *pBlock ); | 94 | void setBlock( uint32_t uIndex, struct Nids::Block *pBlock ); |