aboutsummaryrefslogtreecommitdiffstats
path: root/src/libimcv/imv/imv_workitem.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libimcv/imv/imv_workitem.c')
-rw-r--r--src/libimcv/imv/imv_workitem.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libimcv/imv/imv_workitem.c b/src/libimcv/imv/imv_workitem.c
index a61a826bc..dbff3a340 100644
--- a/src/libimcv/imv/imv_workitem.c
+++ b/src/libimcv/imv/imv_workitem.c
@@ -20,7 +20,7 @@
typedef struct private_imv_workitem_t private_imv_workitem_t;
-ENUM(imv_workitem_type_names, IMV_WORKITEM_PACKAGES, IMV_WORKITEM_UDP_PORT_BLOCK,
+ENUM(imv_workitem_type_names, IMV_WORKITEM_PACKAGES, IMV_WORKITEM_SWID_TAGS,
"PCKGS",
"UNSRC",
"FWDEN",
@@ -34,7 +34,8 @@ ENUM(imv_workitem_type_names, IMV_WORKITEM_PACKAGES, IMV_WORKITEM_UDP_PORT_BLOCK
"TCPOP",
"TCPBL",
"UDPOP",
- "UDPBL"
+ "UDPBL",
+ "SWIDT"
);
/**