]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/baconfig.h
Reorganize regex code
[bacula/bacula] / bacula / src / baconfig.h
index cfe2a3c40ff09974475b7d8b6a1dbc76bc8564ef..5f7bd43db7ec641b6b2647902e9617a7d9cc3e5f 100644 (file)
@@ -242,6 +242,7 @@ void InitWinAPIWrapper();
 #define STREAM_ENCRYPTED_MACOS_FORK_DATA   25    /* Encrypted, uncompressed Mac resource fork */
 #define STREAM_PLUGIN_NAME                 26    /* Plugin "file" string */
 #define STREAM_PLUGIN_DATA                 27    /* Plugin specific data */
+#define STREAM_RESTORE_OBJECT              28    /* Plugin restore object */
 
 /**
  * Additional Stream definitions. Once defined these must NEVER
@@ -342,6 +343,7 @@ void InitWinAPIWrapper();
 #define FT_PLUGIN    22               /* Plugin generated filename */
 #define FT_DELETED   23               /* Deleted file entry */
 #define FT_BASE      24               /* Duplicate base file entry */
+#define FT_RESTORE_FIRST 25           /* Restore this "object" first */
 
 /* Definitions for upper part of type word (see above). */
 #define AR_DATA_STREAM (1<<16)        /* Data stream id present */