X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=perl%2FAmanda%2FTaper%2FProtocol.pm;fp=perl%2FAmanda%2FTaper%2FProtocol.pm;h=89066ec91674f7cc6160ee7d46dea12a762d8fcb;hb=8eb7e8e19f1373f6be7f1f7837b997748ce31d0e;hp=32fc5c23e7a9c215416c963b844108d97a15d4b4;hpb=75cec888bd949240e5ba6780d513ada25a7e5caa;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;