Removed unnecessary struct
This commit is contained in:
committed by
Andreas Steffen
parent
14ed35c52e
commit
f3aeb40bf1
@@ -32,14 +32,6 @@ typedef struct pts_t pts_t;
|
||||
typedef struct measurement_req_entry_t measurement_req_entry_t;
|
||||
typedef struct file_meas_entry_t file_meas_entry_t;
|
||||
|
||||
/**
|
||||
* Struct to hold file or directory name with the request ID for Request File Measurement attribute
|
||||
*/
|
||||
struct measurement_req_entry_t {
|
||||
char *path;
|
||||
u_int16_t request_id;
|
||||
};
|
||||
|
||||
/**
|
||||
* File Measurement entry
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user