- added destroy_all to job_t
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user