Changed the memory implementation of --delay-updates so that it
authorWayne Davison <wayned@samba.org>
Sun, 20 Feb 2005 20:55:24 +0000 (20:55 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 20 Feb 2005 20:55:24 +0000 (20:55 +0000)
commit3e7934a5fb06dac717722c4d680d0c063dbf8d5f
tree2e44e5214a1de219bdbdf24a66bdcee47e267393
parent815193e89ec0b5466fb7c13cefb6ccbc72088c1d
Changed the memory implementation of --delay-updates so that it
only allocates memory to store needed bits, it sparsely allocates
the bits in 16KB chunks, and the bit-finding loop works in a more
efficient manner.
receiver.c