From 806ea7b82e98036cfba7892137190237380f5503 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Wed, 1 Apr 2009 17:53:41 +0200 Subject: [PATCH] New component IsoExternalFilterCommand.name --- libisofs/libisofs.h | 5 +++++ 1 file changed, 5 insertions(+) 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;