]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/jcr.h
o initial add
[bacula/bacula] / bacula / src / jcr.h
index 3808952c04efd1a59cf838440937a613f2aa99e9..39a570820f4eba1e2d0f3f8135119c90f767ed61 100644 (file)
@@ -254,7 +254,7 @@ public:
    pthread_t heartbeat_id;            /* id of heartbeat thread */
    volatile BSOCK *hb_bsock;          /* duped SD socket */
    volatile BSOCK *hb_dir_bsock;      /* duped DIR socket */
-   POOLMEM *RunAfterJob;              /* Command to run after job */
+   alist *RunScripts;                 /* Commands to run before and after job */
    bool pki_sign;                     /* Enable PKI Signatures? */
    bool pki_encrypt;                  /* Enable PKI Encryption? */
    DIGEST *digest;                    /* Last file's digest context */
@@ -322,8 +322,6 @@ public:
 
 };
 
-
-
 /*
  * Structure for all daemons that keeps some summary
  *  info on the last job run.