X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=server-src%2Fcmdline.h;h=bd62e74bbb158ae23f2965a8785cb1d550cf4647;hb=42ff24f2a525d5965e1841b2ebe3ee0f4b918ac6;hp=9d0489f634ac56eecce59660b674939a008288a2;hpb=e442edb4d5816c4ad107ad9e71164f845eba70ad;p=debian%2Famanda diff --git a/server-src/cmdline.h b/server-src/cmdline.h index 9d0489f..bd62e74 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)