Imported Upstream version 2.6.1
[debian/amanda] / perl / Amanda / Types.pm
index 02ed893d3acee3b81c8cfdf7cb051da21ccc6391..ca6f340fdf41033d4cce93ac4f389d3bc4d97c7f 100644 (file)
@@ -1,5 +1,5 @@
 # This file was automatically generated by SWIG (http://www.swig.org).
-# Version 1.3.33
+# Version 1.3.35
 #
 # Don't modify this file, modify the SWIG interface instead.
 
@@ -77,8 +77,8 @@ use vars qw(@ISA %OWNER %ITERATORS %BLESSEDMEMBERS);
 *swig_disk_set = *Amanda::Typesc::dumpfile_t_disk_set;
 *swig_program_get = *Amanda::Typesc::dumpfile_t_program_get;
 *swig_program_set = *Amanda::Typesc::dumpfile_t_program_set;
-*swig_dumper_get = *Amanda::Typesc::dumpfile_t_dumper_get;
-*swig_dumper_set = *Amanda::Typesc::dumpfile_t_dumper_set;
+*swig_application_get = *Amanda::Typesc::dumpfile_t_application_get;
+*swig_application_set = *Amanda::Typesc::dumpfile_t_application_set;
 *swig_srvcompprog_get = *Amanda::Typesc::dumpfile_t_srvcompprog_get;
 *swig_srvcompprog_set = *Amanda::Typesc::dumpfile_t_srvcompprog_set;
 *swig_clntcompprog_get = *Amanda::Typesc::dumpfile_t_clntcompprog_get;
@@ -101,6 +101,8 @@ use vars qw(@ISA %OWNER %ITERATORS %BLESSEDMEMBERS);
 *swig_clnt_decrypt_opt_set = *Amanda::Typesc::dumpfile_t_clnt_decrypt_opt_set;
 *swig_cont_filename_get = *Amanda::Typesc::dumpfile_t_cont_filename_get;
 *swig_cont_filename_set = *Amanda::Typesc::dumpfile_t_cont_filename_set;
+*swig_dle_str_get = *Amanda::Typesc::dumpfile_t_dle_str_get;
+*swig_dle_str_set = *Amanda::Typesc::dumpfile_t_dle_str_set;
 *swig_is_partial_get = *Amanda::Typesc::dumpfile_t_is_partial_get;
 *swig_is_partial_set = *Amanda::Typesc::dumpfile_t_is_partial_set;
 *swig_partnum_get = *Amanda::Typesc::dumpfile_t_partnum_get;
@@ -171,50 +173,92 @@ New structures may be added, but existing types are stable.
 =head1 dumpfile_t
 
 An in-memory representation of an Amanda header, with keys
+
 =over
+
 =item C<type>;
+
 =item C<datestamp>;
+
 =item C<dumplevel>;
+
 =item C<compressed>;
+
 =item C<encrypted>;
+
 =item C<comp_suffix>;
+
 =item C<encrypt_suffix>;
+
 =item C<name> -- hostname or label;
+
 =item C<disk>;
+
 =item C<program>;
-=item C<dumper>;
+
+=item C<application>;
+
 =item C<srvcompprog>;
+
 =item C<clntcompprog>;
+
 =item C<srv_encrypt>;
+
 =item C<clnt_encrypt>;
+
 =item C<recover_cmd>;
+
 =item C<uncompress_cmd>;
+
 =item C<encrypt_cmd>;
+
 =item C<decrypt_cmd>;
+
 =item C<srv_decrypt_opt>;
+
 =item C<clnt_decrypt_opt>;
+
 =item C<cont_filename>;
+
+=itme C<dle_str>;
+
 =item C<is_partial>;
+
 =item C<partnum>;
+
 =item C<totalparts> (-1 == UNKNOWN); and
-=item blocksize.
+
+=item C<blocksize>.
+
 =back
 
 where C<type> is one of the following constants, which are availble
 for import in the tag C<:filetype_t>:
+
 =over
+
 =item C<F_UNKNOWN>;
+
 =item C<F_WEIRD>;
+
 =item C<F_TAPESTART>;
+
 =item C<F_TAPEEND>;
+
 =item C<F_DUMPFILE>;
+
 =item C<F_CONT_DUMPFILE>;
+
 =item C<F_SPLIT_DUMPFILE>; or
+
 =item C<F_EMPTY>.
+
 =back
 
 NOTE: no methods are currently defined on C<dumpfile_t>; interfaces
-can be written as needed.
+can be written as needed.  A new dumpfile is created with
+
+    my $hdr = Amanda::Types::dumpfile_t->new();
 
 =cut