X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=server-src%2Fcmdline.h;h=2806c1ad80a434dc068becd7421b4f57896651a8;hb=011a59f5a54864108a16af570a6b287410597cc2;hp=9d0489f634ac56eecce59660b674939a008288a2;hpb=94a044f90357edefa6f4ae9f0b1d5885b0e34aee;p=debian%2Famanda diff --git a/server-src/cmdline.h b/server-src/cmdline.h index 9d0489f..2806c1a 100644 --- a/server-src/cmdline.h +++ b/server-src/cmdline.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005 Zmanda Inc. All Rights Reserved. + * Copyright (c) 2007,2008 Zmanda, Inc. All Rights Reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published @@ -14,8 +14,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - * Contact information: Zmanda Inc, 505 N Mathlida Ave, Suite 120 - * Sunnyvale, CA 94085, USA, or: http://www.zmanda.com + * Contact information: Zmanda Inc, 465 S. Mathilda Ave., Suite 300 + * Sunnyvale, CA 94086, USA, or: http://www.zmanda.com * * Author: Dustin J. Mitchell */ @@ -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.