Implemented new option -temp_mem_limit

This commit is contained in:
2007-10-31 10:34:52 +00:00
parent b3dfaf0c34
commit 5f8937f14e
6 changed files with 52 additions and 11 deletions

View File

@@ -115,7 +115,7 @@ struct XorrisO { /* the global context of xorriso */
( 3= like 2 : but report first content level of matching directories )
4= actually not structured but unique find mode (with search_mode 4)
*/
double temp_mem_limit;
int temp_mem_limit;
int use_stdin; /* use raw stdin even if readline support is compiled */
int result_page_length;