moved file_meas_entry_t struct to header file
This commit is contained in:
committed by
Andreas Steffen
parent
5137beada3
commit
4e691df55a
@@ -24,16 +24,6 @@
|
||||
#include <debug.h>
|
||||
|
||||
typedef struct private_tcg_pts_attr_file_meas_t private_tcg_pts_attr_file_meas_t;
|
||||
typedef struct file_meas_entry_t file_meas_entry_t;
|
||||
|
||||
/**
|
||||
* File Measurement entry
|
||||
*/
|
||||
struct file_meas_entry_t {
|
||||
chunk_t measurement;
|
||||
u_int16_t file_name_len;
|
||||
chunk_t file_name;
|
||||
};
|
||||
|
||||
/**
|
||||
* File Measurement
|
||||
|
||||
@@ -26,6 +26,17 @@ typedef struct tcg_pts_attr_file_meas_t tcg_pts_attr_file_meas_t;
|
||||
#include "tcg_attr.h"
|
||||
#include "pa_tnc/pa_tnc_attr.h"
|
||||
|
||||
typedef struct file_meas_entry_t file_meas_entry_t;
|
||||
|
||||
/**
|
||||
* File Measurement entry
|
||||
*/
|
||||
struct file_meas_entry_t {
|
||||
chunk_t measurement;
|
||||
u_int16_t file_name_len;
|
||||
chunk_t file_name;
|
||||
};
|
||||
|
||||
/**
|
||||
* Class implementing the TCG PTS File Measurement attribute
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user