Imported Upstream version 3.3.2
[debian/amanda] / perl / Amanda / Taper / Protocol.pm
index 32fc5c23e7a9c215416c963b844108d97a15d4b4..04751718e0118c3271077e3ac837cc18058daa11 100644 (file)
@@ -1,4 +1,4 @@
-# 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
@@ -129,4 +129,8 @@ use constant DUMPER_STATUS => message("DUMPER-STATUS",
     format => [ qw( handle ) ],
 );
 
+use constant CLOSE_VOLUME => message("CLOSE-VOLUME",
+    format => [ qw( worker_name ) ],
+);
+
 1;