Moved batch_ending into separate source file

This commit is contained in:
Andreas Steffen
2013-06-21 23:25:23 +02:00
parent e1db511bbd
commit 99c6a5f8a4
6 changed files with 373 additions and 295 deletions
+1
View File
@@ -182,6 +182,7 @@ imv_workitem_t *imv_workitem_create(int id, imv_workitem_type_t type,
.destroy = _destroy,
},
.id = id,
.imv_id = TNC_IMVID_ANY,
.type = type,
.argument = strdup(argument),
.rec_fail = rec_fail,