diff --git a/libisofs/libisofs.h b/libisofs/libisofs.h index 196140f..8d3d0ee 100644 --- a/libisofs/libisofs.h +++ b/libisofs/libisofs.h @@ -4717,6 +4717,11 @@ struct iso_external_filter_command * not attempt to attach a filter to files smaller than 2049 bytes. */ int behavior; + + /* An optional instance id. + * Set to NULL if no individual name for this object is intended. + */ + char *name; }; typedef struct iso_external_filter_command IsoExternalFilterCommand;