]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/plugins.h
kes Correctly detect Ubuntu systems, and add ubuntu platform directory.
[bacula/bacula] / bacula / src / lib / plugins.h
index 0c8332261b03605a4c366a2951c989cae33b9607..990f5985aeb58ef842d6957b9099d3efac66fbca 100644 (file)
@@ -60,8 +60,9 @@ extern DLL_IMP_EXP alist *plugin_list;
 /* Universal return codes from all functions */
 typedef enum {
   bRC_OK    = 0,                         /* OK */
-  bRC_Stop  = 1,                         /* Stop calling plugins */
-  bRC_Error = 2,
+  bRC_Stop  = 1,                         /* Stop calling other plugins */
+  bRC_Error = 2,                         /* Some kind of error */
+  bRC_More  = 3,                         /* More files to backup */
 } bRC;
 
 /* Context packet as first argument of all functions */