]> git.tuebingen.mpg.de Git - paraslash.git/commit
chunk_queue: Store a pointer to the data and the chunk size.
authorAndre Noll <maan@systemlinux.org>
Sat, 12 Apr 2008 12:35:16 +0000 (14:35 +0200)
committerAndre Noll <maan@systemlinux.org>
Sat, 12 Apr 2008 12:35:16 +0000 (14:35 +0200)
commite61fefa8429ed4c87098f7a81373a8cf952ee8c7
tree80478500c1cee08b54a7dd7693400d4f0791184a
parent2b471378b49c04db7bb84d1e75db981f91ad93db
chunk_queue: Store a pointer to the data and the chunk size.

Storing the chunk number has the disadvantage that the
queuing code must call into vss to get the chunk. This
is unneccessary and requires the map pointer of vss.c
to be global.
chunk_queue.c
chunk_queue.h
send_common.c