MCPcopy Create free account
hub / github.com/ading2210/linuxpdf / CachedBlock

Class CachedBlock

tinyemu/block_net.c:47–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45} CachedBlockStateEnum;
46
47typedef struct CachedBlock {
48 struct list_head link;
49 struct BlockDeviceHTTP *bf;
50 unsigned int block_num;
51 CachedBlockStateEnum state;
52 FileBuffer fbuf;
53} CachedBlock;
54
55#define BLK_FMT "%sblk%09u.bin"
56#define GROUP_FMT "%sgrp%09u.bin"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected