|
cbmimage
|
type to describe a chain that is followed More...
#include <cbmimage.h>

Public Attributes | |
| cbmimage_fileimage * | image |
| cbmimage_blockaddress | block_start |
| unsigned int | is_done: 1 |
| unsigned int | is_loop: 1 |
| cbmimage_loop * | loop_detector |
| cbmimage_blockaccessor * | block_accessor |
type to describe a chain that is followed
| cbmimage_blockaccessor* cbmimage_chain_s::block_accessor |
the block accessor for the current block of the chain
| cbmimage_blockaddress cbmimage_chain_s::block_start |
start starting block of this chain.
This is never changed after the chain has started. It can be used for diagnoses. Otherwise, it is unused.
| cbmimage_fileimage* cbmimage_chain_s::image |
The image on which this chain is followed
| unsigned int cbmimage_chain_s::is_done |
mark if we already read after the end of the chain.
| unsigned int cbmimage_chain_s::is_loop |
mark if we fell in a loop
| cbmimage_loop* cbmimage_chain_s::loop_detector |
loop detector