mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
zipl: pass job to is_ngdump_enabled()
No functional change, only preparation for the next patches. Signed-off-by: Sven Schnelle <svens@linux.ibm.com> Acked-by: Eduard Shishkin <edward6@linux.ibm.com> Acked-by: Stefan Haberland <sth@linux.ibm.com> Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
This commit is contained in:
committed by
Steffen Eiden
parent
7095da9f9d
commit
ee4f503ec0
+1
-1
@@ -136,6 +136,6 @@ void job_free(struct job_data* job);
|
||||
int type_from_target(char *target, disk_type_t *type);
|
||||
int check_job_dump_images(struct job_dump_data* dump, char* name);
|
||||
int check_job_images_ngdump(struct job_dump_data* dump, char* name);
|
||||
bool is_ngdump_enabled(const char* device, struct job_target_data* target);
|
||||
bool is_ngdump_enabled(struct job_data *job);
|
||||
|
||||
#endif /* not JOB_H */
|
||||
|
||||
Reference in New Issue
Block a user