X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=perl%2FAmanda%2FTaper%2FProtocol.pm;h=89066ec91674f7cc6160ee7d46dea12a762d8fcb;hb=refs%2Ftags%2Fupstream%2F3.3.1;hp=32fc5c23e7a9c215416c963b844108d97a15d4b4;hpb=cd0b924f27312d57bd42f6c4fae2b795139e2d0b;p=debian%2Famanda diff --git a/perl/Amanda/Taper/Protocol.pm b/perl/Amanda/Taper/Protocol.pm index 32fc5c2..89066ec 100644 --- a/perl/Amanda/Taper/Protocol.pm +++ b/perl/Amanda/Taper/Protocol.pm @@ -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;