diff options
author | Mike Buland <eichlan@xagasoft.com> | 2010-03-08 23:16:35 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2010-03-08 23:16:35 +0000 |
commit | 3667cec1f612e6a37479f99bd1fa23d92af7cff7 (patch) | |
tree | 819f386631dd338b765165c3a5312ef65c06752c /src/nids.h | |
parent | d31d089ea7a0545c3e72584b572f9a21ae15f8b4 (diff) | |
download | libbu++-3667cec1f612e6a37479f99bd1fa23d92af7cff7.tar.gz libbu++-3667cec1f612e6a37479f99bd1fa23d92af7cff7.tar.bz2 libbu++-3667cec1f612e6a37479f99bd1fa23d92af7cff7.tar.xz libbu++-3667cec1f612e6a37479f99bd1fa23d92af7cff7.zip |
Server socket has a few tweaks now.
Diffstat (limited to 'src/nids.h')
-rw-r--r-- | src/nids.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -96,10 +96,10 @@ namespace Bu | |||
96 | /*uint32_t uPrevBlock,*/ bool bNew=false ); | 96 | /*uint32_t uPrevBlock,*/ bool bNew=false ); |
97 | uint32_t createBlock( uint32_t uFirstBlock, /*uint32_t uPrevBlock,*/ | 97 | uint32_t createBlock( uint32_t uFirstBlock, /*uint32_t uPrevBlock,*/ |
98 | int iPreAllocate=1 ); | 98 | int iPreAllocate=1 ); |
99 | void getBlock( uint32_t uIndex, struct Nids::Block *pBlock ); | 99 | void getBlock( uint32_t uIndex, Block *pBlock ); |
100 | void setBlock( uint32_t uIndex, struct Nids::Block *pBlock ); | 100 | void setBlock( uint32_t uIndex, Block *pBlock ); |
101 | void updateStreamSize( uint32_t uIndex, uint32_t uSize ); | 101 | void updateStreamSize( uint32_t uIndex, uint32_t uSize ); |
102 | uint32_t getNextBlock( uint32_t uIndex, struct Nids::Block *pBlock, | 102 | uint32_t getNextBlock( uint32_t uIndex, Block *pBlock, |
103 | bool bCreate=true); | 103 | bool bCreate=true); |
104 | 104 | ||
105 | void updateHeader(); | 105 | void updateHeader(); |