attest can query components

This commit is contained in:
Andreas Steffen
2011-11-28 21:23:59 +01:00
parent 602122771e
commit 6b55276a94
5 changed files with 139 additions and 3 deletions
@@ -101,6 +101,11 @@ struct attest_db_t {
*/
void (*list_files)(attest_db_t *this);
/**
* List all components stored in the database
*/
void (*list_components)(attest_db_t *this);
/**
* List selected measurement hashes stored in the database
*/