|
tpm2-tss 4.1.3
TPM Software stack 2.0 TCG spec compliant implementation
|
#include <fapi_types.h>
Data Fields | |
| char * | str |
| bool | free_string |
| struct str_node * | next |
The data structure storing a linked list of strings.
The structure is used for the processing of file paths
| bool free_string |
Indicates whether a free has to called on cleanup
| struct str_node* next |
Pointer to next element
| char* str |
A string of the string list