Imported Upstream version 3.3.3
[debian/amanda] / perl / Amanda / Taper / Protocol.pm
index 4f75ddd9f5a9e30987e56356fe78caa53f3de58e..ebc3e48a9e983fbe8a4b66c9946efadfac4fc3b6 100644 (file)
@@ -1,9 +1,9 @@
-#! @PERL@
-# Copyright (c) 2009, 2010 Zmanda Inc.  All Rights Reserved.
+# Copyright (c) 2009-2012 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
-# by the Free Software Foundation.
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
 #
 # This program is distributed in the hope that it will be useful, but
 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
@@ -130,4 +130,8 @@ use constant DUMPER_STATUS => message("DUMPER-STATUS",
     format => [ qw( handle ) ],
 );
 
+use constant CLOSE_VOLUME => message("CLOSE-VOLUME",
+    format => [ qw( worker_name ) ],
+);
+
 1;