Preliminary chunk manager code.
[etorrent.git] / lib / etorrent-1.0 / include / etorrent_chunk.hrl
blob04ceeb794c13d8b7e083c155c69dcba1b3af3f68
1 %% A mapping containing the chunks tracking
2 -record(chunk, {idt, % {id, piece_number, state} tuple
3 % state is fetched | {assigned, Pid} | not_fetched,
4 chunks}). % {offset, size}