Imported Upstream version 3.3.1
[debian/amanda] / perl / Amanda / Taper / Protocol.pm
index 32fc5c23e7a9c215416c963b844108d97a15d4b4..89066ec91674f7cc6160ee7d46dea12a762d8fcb 100644 (file)
@@ -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;