~ubuntu-branches/ubuntu/precise/libisoburn/precise

« back to all changes in this revision

Viewing changes to xorriso/xorriso_private.h

  • Committer: Package Import Robot
  • Author(s): George Danchev
  • Date: 2011-10-02 09:37:34 UTC
  • mfrom: (9.1.17 sid)
  • Revision ID: package-import@ubuntu.com-20111002093734-auibchjeaecfhofu
Tags: 1.1.6-2
Fix funny typo in xorriso binary package description.
Thanks to Davide Prina (Closes: #643993).

Show diffs side-by-side

added added

removed removed

Lines of Context:
270
270
 void *in_volset_handle; /* interpreted only by libburnia oriented modules */
271
271
 char *in_charset;       /* The charset to interpret the filename bytes */
272
272
 int indev_is_exclusive;
 
273
 char indev_off_adr[SfileadrL]; /* Result of burn_drive_convert_fs_adr(indev)
 
274
                                   when indev gets aquired. */
273
275
 
274
276
 time_t isofs_st_out;    /* A time point at least 1 second before image
275
277
                            composition began. To be stored with image as
296
298
                     connected to externaly perveived stdout.
297
299
                  */
298
300
 int outdev_is_exclusive;
 
301
 char outdev_off_adr[SfileadrL]; /* Result of burn_drive_convert_fs_adr(outdev)
 
302
                                    when outdev gets aquired. */
299
303
 
300
304
 int grow_blindly_msc2; /* if >= 0 this causes growing from drive to drive.
301
305
                           The value is used as block address offset for
429
433
                                tree traversal. Better read performance,
430
434
                                no directory mtime restore, needs do_auto_chmod
431
435
                           */
 
436
 int do_strict_acl;       /* bit0= do not tolerate inappropriate presence or
 
437
                                   absence of directory "default" ACL
 
438
                          */
 
439
 
432
440
 int mount_opts_flag; /* bit0= "shared" = not "exclusive"
433
441
                               Try to emit non-exclusive mount command.
434
442
                               Do not give up drives.