]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/plugins.h
Detect mount/junction points and ignore junctions in Windows
[bacula/bacula] / bacula / src / lib / plugins.h
index 89eb1e086da6d00da35d0746147a1fa62fc14735..2d45f916bf4e6056a38bf7a76bed5934c918023c 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2007-2009 Free Software Foundation Europe e.V.
+   Copyright (C) 2007-2010 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
@@ -71,11 +71,14 @@ typedef bRC (*t_unloadPlugin)(void);
 class Plugin {
 public:
    char *file;
+   int32_t file_len;
    t_unloadPlugin unloadPlugin;
    void *pinfo;
    void *pfuncs;
    void *pHandle;
    bool disabled;
+   bool restoreFileStarted;
+   bool createFileCalled;
 };
 
 /* Functions */