summaryrefslogtreecommitdiffstats
path: root/sys/fs/udf/udf.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/udf/udf.h')
-rw-r--r--sys/fs/udf/udf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/fs/udf/udf.h b/sys/fs/udf/udf.h
index f214c14..540a3a6 100644
--- a/sys/fs/udf/udf.h
+++ b/sys/fs/udf/udf.h
@@ -58,6 +58,10 @@ struct udf_mnt {
int p_sectors;
int s_table_entries;
struct udf_sparing_table *s_table;
+ void *im_d2l; /* disk->local iconv handle */
+#if 0
+ void *im_l2d; /* local->disk iconv handle */
+#endif
};
struct udf_dirstream {
OpenPOWER on IntegriCloud