X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=server-src%2Fcmdline.h;h=2806c1ad80a434dc068becd7421b4f57896651a8;hb=8eb7e8e19f1373f6be7f1f7837b997748ce31d0e;hp=b259aa44f2b786e62bdb0d6244567b1b0a37a96a;hpb=fd48f3e498442f0cbff5f3606c7c403d0566150e;p=debian%2Famanda diff --git a/server-src/cmdline.h b/server-src/cmdline.h index b259aa4..2806c1a 100644 --- a/server-src/cmdline.h +++ b/server-src/cmdline.h @@ -43,6 +43,7 @@ typedef struct dumpspec_s { char *disk; char *datestamp; char *level; + char *write_timestamp; } dumpspec_t; /* @@ -55,6 +56,7 @@ typedef struct dumpspec_s { * @param disk: disk name * @param datestamp: datestamp * @param level: level (as a string, allowing regexes) + * @param write_timestamp: timestamp written to tape. * @returns: dumpspec, or NULL on error */ dumpspec_t * @@ -62,7 +64,8 @@ dumpspec_new( char *host, char *disk, char *datestamp, - char *level); + char *level, + char *write_timestamp); /* Free memory associated with a single dumpspec. (Does not chase * next pointers) @@ -155,7 +158,7 @@ cmdline_format_dumpspec_components( * the dumpspec list contains a dumpspec with all blank * entries, all holding files are returned. * - * Free the resulting list with g_slist_free_full() + * Free the resulting list with slist_free_full() * * @param dumpspec_list: a list of dumpspecs * @returns: a list of holding disk filenames.