]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
use buffers as generic "read" buffers instead of char buffers
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 25 Jan 2007 22:24:01 +0000 (15:24 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 25 Jan 2007 22:24:01 +0000 (15:24 -0700)
commitb4f30afe3d9ae24fd15957ebdd562007470606dc
tree92584c107cf7973480246aaffff5b46b6996d151
parentdcfdee5f25478195e0939e6f4505a269b2c71b88
use buffers as generic "read" buffers instead of char buffers
This is a typing kludge -- if your buffers have elements of size > 1 then we will be processing only a subset of the elements and treating each byte of the element as a separate entry.
Oh well.
pyfec/fec/fecmodule.c