- added destroy_all to job_t

This commit is contained in:
Jan Hutter
2005-11-17 12:49:56 +00:00
parent e31eb71e1c
commit f07a80d192
4 changed files with 27 additions and 1 deletions
+8
View File
@@ -71,6 +71,14 @@ struct job_s{
*/
job_type_t (*get_type) (job_t *this);
/**
* @brief Destroys a job_t object and all assigned data!
*
* @param job_t calling object
* @returns SUCCESS if succeeded, FAILED otherwise
*/
status_t (*destroy_all) (job_t *job);
/**
* @brief Destroys a job_t object
*