X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=server-src%2Ftapefile.h;h=55d2ca5144bab672980b1d3d3506bfe01985e277;hb=HEAD;hp=ac84417de6f7a0d7d5cc973b2de5b559c4eca10e;hpb=cd0b924f27312d57bd42f6c4fae2b795139e2d0b;p=debian%2Famanda diff --git a/server-src/tapefile.h b/server-src/tapefile.h index ac84417..55d2ca5 100644 --- a/server-src/tapefile.h +++ b/server-src/tapefile.h @@ -1,6 +1,7 @@ /* * Amanda, The Advanced Maryland Automatic Network Disk Archiver * Copyright (c) 1991-1998 University of Maryland at College Park + * Copyright (c) 2007-2012 Zmanda, Inc. All Rights Reserved. * All Rights Reserved. * * Permission to use, copy, modify, distribute, and sell this software and its @@ -42,6 +43,7 @@ typedef struct tape_s { char *label; char *barcode; char *meta; + guint64 blocksize; char *comment; } tape_t;