Introduced IsoExternalFilterCommand.behavior and implemented

optional shortcut with files of size 0.
This commit is contained in:
2009-03-27 16:40:07 +01:00
parent 41f75ea21f
commit 1a307cb790
2 changed files with 75 additions and 9 deletions

View File

@@ -4671,6 +4671,11 @@ struct iso_external_filter_command
*/
char **argv;
/* A bit field which controls behavior variations:
* bit0= Shortcut: 0 sized input will surely yield 0 sized output
* bit1= Do not install filter if the output becomes larger than the input
*/
int behavior;
};
typedef struct iso_external_filter_command IsoExternalFilterCommand;