Add option to ignore special files.

This commit is contained in:
Vreixo Formoso
2008-01-15 17:23:34 +01:00
parent 9a66c6cd33
commit 5fe04ccfb2
4 changed files with 88 additions and 0 deletions

View File

@ -45,6 +45,16 @@ struct Iso_Image_Rec_Opts
* always cause a stop
*/
unsigned int stop_on_error : 1;
/**
* Flags that determine what special files should be ignore. It is a
* bitmask:
* bit0: ignore FIFOs
* bit1: ignore Sockets
* bit2: ignore char devices
* bit3: ignore block devices
*/
int ignore_special;
/**
* Files to exclude