]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Fix incompatibility problem introduced with Plugin Object
authorMichal Rakowski <michal.rakowski@baculasystems.com>
Tue, 27 Oct 2020 08:32:19 +0000 (09:32 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:02:58 +0000 (09:02 +0100)
bacula/src/streams.h

index 005c778171768befbb965b233251e0aa8b6392d9..8bf8b15c92b05154672820887876d2955e5e68c4 100644 (file)
 #define STREAM_PLUGIN_NAME                 26    /* Plugin "file" string */
 #define STREAM_PLUGIN_DATA                 27    /* Plugin specific data */
 #define STREAM_RESTORE_OBJECT              28    /* Plugin restore object */
-#define STREAM_PLUGIN_OBJECT               29    /* Plugin object */
 /*
  * Non-gzip compressed streams. Those streams can handle arbitrary
  *  compression algorithm data as an additional header is stored
  *  at the beginning of the stream. See comp_stream_header definition
  *  in ch.h for more details.
  */
-#define STREAM_COMPRESSED_DATA                 30    /* Compressed file data */
-#define STREAM_SPARSE_COMPRESSED_DATA          31    /* Sparse compressed data stream */
-#define STREAM_WIN32_COMPRESSED_DATA           32    /* Compressed Win32 BackupRead data */
-#define STREAM_ENCRYPTED_FILE_COMPRESSED_DATA  33    /* Encrypted, compressed data */
-#define STREAM_ENCRYPTED_WIN32_COMPRESSED_DATA 34    /* Encrypted, compressed Win32 BackupRead data */
+#define STREAM_COMPRESSED_DATA                 29    /* Compressed file data */
+#define STREAM_SPARSE_COMPRESSED_DATA          30    /* Sparse compressed data stream */
+#define STREAM_WIN32_COMPRESSED_DATA           31    /* Compressed Win32 BackupRead data */
+#define STREAM_ENCRYPTED_FILE_COMPRESSED_DATA  32    /* Encrypted, compressed data */
+#define STREAM_ENCRYPTED_WIN32_COMPRESSED_DATA 33    /* Encrypted, compressed Win32 BackupRead data */
+#define STREAM_PLUGIN_OBJECT                   34    /* Plugin object */
 
 #define STREAM_ADATA_BLOCK_HEADER             200    /* Adata block header */
 #define STREAM_ADATA_RECORD_HEADER            201    /* Adata record header */