New option -scsi_log

This commit is contained in:
2010-02-18 12:48:42 +00:00
parent 6a9c99cbd8
commit 4374d984d1
7 changed files with 67 additions and 7 deletions

View File

@ -368,6 +368,8 @@ struct XorrisO { /* the global context of xorriso */
int status_history_max; /* for -status long_history */
/* 0= no logging of SCSI commands, 1= to stderr */
int scsi_log;
char report_about_text[20];
int report_about_severity;