Overhauled comments in struct XorrisO

This commit is contained in:
Thomas Schmitt 2007-10-31 18:01:20 +00:00
parent 511c290b38
commit e8f1a8969c
2 changed files with 8 additions and 7 deletions

View File

@ -71,6 +71,8 @@ struct XorrisO { /* the global context of xorriso */
uid_t global_uid; uid_t global_uid;
int do_global_gid; int do_global_gid;
gid_t global_gid; gid_t global_gid;
/* >>> put overwrite_mode here */
int do_overwrite; int do_overwrite;
int do_reassure; int do_reassure;
@ -99,8 +101,9 @@ struct XorrisO { /* the global context of xorriso */
int dialog; int dialog;
/* Pattern matching facility. It still carries legacy from scdbackup/askme.c
/* ??? does this search stuff make sense ? */ but is fully functional for xorriso.
*/
int search_mode; int search_mode;
/* 0= start text /* 0= start text
1= fgrep , 1= fgrep ,
@ -115,6 +118,7 @@ struct XorrisO { /* the global context of xorriso */
( 3= like 2 : but report first content level of matching directories ) ( 3= like 2 : but report first content level of matching directories )
4= actually not structured but unique find mode (with search_mode 4) 4= actually not structured but unique find mode (with search_mode 4)
*/ */
int temp_mem_limit; int temp_mem_limit;
int use_stdin; /* use raw stdin even if readline support is compiled */ int use_stdin; /* use raw stdin even if readline support is compiled */
@ -125,7 +129,6 @@ struct XorrisO { /* the global context of xorriso */
char logfile[4][SfileadrL]; char logfile[4][SfileadrL];
int status_history_max; /* for -status long_history */ int status_history_max; /* for -status long_history */
/* >>> put -abort_on severity parameters here <<< */
char report_about_text[20]; char report_about_text[20];
int report_about_severity; int report_about_severity;
int library_msg_direct_print; int library_msg_direct_print;
@ -144,8 +147,6 @@ struct XorrisO { /* the global context of xorriso */
int re_fill; int re_fill;
char reg_expr[2*SfileadrL]; char reg_expr[2*SfileadrL];
/* >>> put overwrite_mode here */
/* run state */ /* run state */
int is_dialog; int is_dialog;
int bar_is_fresh; int bar_is_fresh;
@ -158,7 +159,7 @@ struct XorrisO { /* the global context of xorriso */
double insert_bytes; double insert_bytes;
double error_count; /* double will not roll over */ double error_count; /* double will not roll over */
/* <<< ??? result (stdout, R: ) */ /* result (stdout, R: ) */
char result_line[5*SfileadrL]; char result_line[5*SfileadrL];
int result_line_counter; int result_line_counter;
int result_page_counter; int result_page_counter;

View File

@ -1 +1 @@
#define Xorriso_timestamP "2007.10.31.165413" #define Xorriso_timestamP "2007.10.31.175916"