Changeset 209 for trunk/include
- Timestamp:
- 10/09/10 17:55:44 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/regfi.h
r207 r209 403 403 typedef struct _regfi_data 404 404 { 405 /* XXX: this isn't populated yet. Should set it to start of data cell 406 * or big data cell. 407 */ 408 uint32_t offset; 409 405 410 /** Data type of this data, as indicated by the referencing VK record. */ 406 411 REGFI_DATA_TYPE type; … … 412 417 uint8_t* raw; 413 418 414 /** Represents the length of the interpreted value. Meaning is type-specific. */ 419 /** Represents the length of the interpreted value. Meaning is type-specific. 420 * Will be 0 if interpretation failed for any reason. 421 */ 415 422 uint32_t interpreted_size; 416 423
Note: See TracChangeset
for help on using the changeset viewer.