Added a generic TASK_ prefix to all task types

This commit is contained in:
Martin Willi
2012-03-20 17:30:45 +01:00
parent 744c080153
commit a09972df2b
31 changed files with 109 additions and 108 deletions
+1 -1
View File
@@ -1212,7 +1212,7 @@ METHOD(child_create_t, get_lower_nonce, chunk_t,
METHOD(task_t, get_type, task_type_t,
private_child_create_t *this)
{
return CHILD_CREATE;
return TASK_CHILD_CREATE;
}
METHOD(task_t, migrate, void,