New API call isoburn_igopt_set_pvd_times()

This commit is contained in:
2010-04-07 20:22:49 +00:00
parent 6f63c6388c
commit a65aa4f804
4 changed files with 79 additions and 2 deletions

View File

@@ -502,6 +502,15 @@ struct isoburn_imgen_opts {
*/
int system_area_options;
/* User settable PVD time stamps */
time_t vol_creation_time;
time_t vol_modification_time;
time_t vol_expiration_time;
time_t vol_effective_time;
/* To eventually override vol_modification_time by unconverted string
and timezone 0 */
char vol_uuid[17];
};