]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/bc_types.h
Print seconds in schedule time as noted in bug #1854
[bacula/bacula] / bacula / src / bc_types.h
index 659ce1c58dcbfbe322ef77f310bc45afebbeb566..fe0471874841a66eba045d3069697374d62965d4 100644 (file)
@@ -241,10 +241,11 @@ typedef float             float32_t;
  *   Used in findlib, filed, and plugins
  */
 enum {
-   CF_SKIP = 1,                       /* skip file (not newer or something) */
-   CF_ERROR,                          /* error creating file */
-   CF_EXTRACT,                        /* file created, data to extract */
-   CF_CREATED                         /* file created, no data to extract */
+   CF_SKIP = 1,                   /* skip file (not newer or something) */
+   CF_ERROR,                      /* error creating file */
+   CF_EXTRACT,                    /* file created, data to extract */
+   CF_CREATED,                    /* file created, no data to extract */
+   CF_CORE                        /* let bacula core handle the file creation */
 };
 
 #ifndef MAX