Imported Upstream version 3.3.3
[debian/amanda] / server-src / tapefile.h
index 960edfb68171908583b1e44d7f5798fd6e43baeb..55d2ca5144bab672980b1d3d3506bfe01985e277 100644 (file)
@@ -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
@@ -41,6 +42,8 @@ typedef struct tape_s {
     int reuse;
     char *label;
     char *barcode;
+    char *meta;
+    guint64 blocksize;
     char *comment;
 } tape_t;