diff options
Diffstat (limited to 'src/libimcv/imv/imv_workitem.h')
-rw-r--r-- | src/libimcv/imv/imv_workitem.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libimcv/imv/imv_workitem.h b/src/libimcv/imv/imv_workitem.h index f6ca3ea68..868997797 100644 --- a/src/libimcv/imv/imv_workitem.h +++ b/src/libimcv/imv/imv_workitem.h @@ -43,7 +43,8 @@ enum imv_workitem_type_t { IMV_WORKITEM_TCP_PORT_OPEN = 11, IMV_WORKITEM_TCP_PORT_BLOCK = 12, IMV_WORKITEM_UDP_PORT_OPEN = 13, - IMV_WORKITEM_UDP_PORT_BLOCK = 14 + IMV_WORKITEM_UDP_PORT_BLOCK = 14, + IMV_WORKITEM_SWID_TAGS = 15 }; extern enum_name_t *imv_workitem_type_names; |