Moved structures related to File Measurement to pts.h

This commit is contained in:
Sansar Choinyambuu
2011-09-08 12:08:13 +02:00
committed by Andreas Steffen
parent 8a59adad57
commit a1ff28f582
2 changed files with 2 additions and 22 deletions
@@ -77,17 +77,6 @@ static linked_list_t *file_list, *directory_list;
*/
static u_int16_t request_id_counter = 0;
/* TODO: Move the struct to some header file? Duplicate with imc_attestation*/
/**
* Struct to hold file or directory name with the request ID for Request File Measurement attribute
*/
typedef struct measurement_req_entry_t measurement_req_entry_t;
struct measurement_req_entry_t {
char *path;
u_int16_t request_id;
};
/**
* see section 3.7.1 of TCG TNC IF-IMV Specification 1.2
*/