]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/commit
use buffers as generic "read" buffers instead of char buffers
authorzooko <zooko@zooko.com>
Thu, 25 Jan 2007 21:24:01 +0000 (02:54 +0530)
committerzooko <zooko@zooko.com>
Thu, 25 Jan 2007 21:24:01 +0000 (02:54 +0530)
commit162bd8a25051fae1b54789261191fde644be77e0
treefbbdae0220719649a2526ecc5e00ea67b36527b7
parentcedba5de29a0c5b5462c65cb32407bacf132b32c
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.

darcs-hash:27942744df0e8649a69e23bf0d42e18725391b19
pyfec/fec/fecmodule.c