| 45 | } CachedBlockStateEnum; |
| 46 | |
| 47 | typedef 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" |
nothing calls this directly
no outgoing calls
no test coverage detected