|
cbmimage
|
cbmimage loop detector struct More...
#include <cbmimage.h>

Public Attributes | |
| cbmimage_fileimage * | image |
| the fileimage to which this loop detector belongs | |
| void * | map |
| size_t | map_size |
| uint8_t | bufferarray [] |
cbmimage loop detector struct
In order to recognize loops in the T/S links, the cbmimage_loop_*() functions use this structure to mark blocks already visited.
| uint8_t cbmimage_loop_s::bufferarray[] |
some additional space for the various data. Don't make any assumptions about the contents or the layout here!
| void* cbmimage_loop_s::map |
map that marks already visited blocks
| size_t cbmimage_loop_s::map_size |
size of the map.