1 /* include backup_fs_times */
2 /* Created by R H Campbell. */
3 /* Modified 15 June 1970, R H Campbell. */
4 dcl 1 times,                                                /* Structure of times for set$backup_times. */
5     2 (dtem,                                                /* Time entry last modified. */
6      dtd,                                                   /* Time entry last dumped. */
7      dtu,                                                   /* Time segment last used. */
8      dtm) fixed binary (52);                                /* Time segment last modified. */
9                                                             /* end backup_fs_times */