]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
erasure-code: erasure code decode interface helper 963/head
authorLoic Dachary <loic@dachary.org>
Fri, 20 Dec 2013 00:43:12 +0000 (01:43 +0100)
committerLoic Dachary <loic@dachary.org>
Fri, 10 Jan 2014 18:44:09 +0000 (19:44 +0100)
commit631d0c719c459e5da3fafda1c5c206097f7a1284
tree8bd876d94bfa268633f7b13a96f18f40a5b17c2f
parentd2b2f5dea3ffc836068798d54244f6b86f66b106
erasure-code: erasure code decode interface helper

The decode_concat method is implemented, documented and tested. It is a
convenience method to concatenate chunks into a single bufferlist.

Signed-off-by: Loic Dachary <loic@dachary.org>
src/osd/ErasureCodeInterface.h
src/test/osd/TestErasureCodeExample.cc