Added TPM Remote Attestation (TPMRA) workitem

This commit is contained in:
Andreas Steffen
2014-01-10 11:55:21 +01:00
parent 2ff62bee04
commit 3254f8b00a
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -35,7 +35,8 @@ ENUM(imv_workitem_type_names, IMV_WORKITEM_PACKAGES, IMV_WORKITEM_SWID_TAGS,
"TCPBL", "TCPBL",
"UDPOP", "UDPOP",
"UDPBL", "UDPBL",
"SWIDT" "SWIDT",
"TPMRA"
); );
/** /**
+2 -1
View File
@@ -44,7 +44,8 @@ enum imv_workitem_type_t {
IMV_WORKITEM_TCP_PORT_BLOCK = 12, IMV_WORKITEM_TCP_PORT_BLOCK = 12,
IMV_WORKITEM_UDP_PORT_OPEN = 13, IMV_WORKITEM_UDP_PORT_OPEN = 13,
IMV_WORKITEM_UDP_PORT_BLOCK = 14, IMV_WORKITEM_UDP_PORT_BLOCK = 14,
IMV_WORKITEM_SWID_TAGS = 15 IMV_WORKITEM_SWID_TAGS = 15,
IMV_WORKITEM_TPM_ATTEST = 16
}; };
extern enum_name_t *imv_workitem_type_names; extern enum_name_t *imv_workitem_type_names;