Option to set default values for file timestamps.

This commit is contained in:
Vreixo Formoso
2008-01-23 19:46:36 +01:00
parent ebcd5883e2
commit d92f8f68d2
8 changed files with 29 additions and 4 deletions

View File

@ -184,6 +184,14 @@ struct ecma119_write_opts {
uid_t uid; /** uid to use when replace_uid == 2. */
gid_t gid; /** gid to use when replace_gid == 2. */
/**
* 0 to use IsoNode timestamps, 1 to use recording time, 2 to use
* values from timestamp field. This has only meaning if RR extensions
* are enabled.
*/
unsigned int replace_timestamps :2;
time_t timestamp;
/**
* Charset for the RR filenames that will be created.
* NULL to use default charset, the locale one.