]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/jcr.h
Update configure to set x on logrotate
[bacula/bacula] / bacula / src / jcr.h
index 0a4ca14df33defb4a43e575ac3312e493aa97673..a9641222f32311adee3e0fb70b6f11115fb5869c 100644 (file)
@@ -103,7 +103,7 @@ struct JCR {
    JCR_free_HANDLER *daemon_free_jcr; /* Local free routine */
    dlist *msg_queue;                  /* Queued messages */
    alist job_end_push;                /* Job end pushed calls */
-   int restart_count;                 /* SIGHUP restart count */
+   int reload_id;                     /* SIGHUP reload table id */
    bool dequeuing;                    /* dequeuing messages */
    POOLMEM *errmsg;                   /* edited error message */
    char Job[MAX_NAME_LENGTH];         /* Unique name of this Job */
@@ -132,6 +132,7 @@ struct JCR {
    uint32_t ClientId;                 /* Client associated with Job */
    char *where;                       /* prefix to restore files to */
    bool prefix_links;                 /* Prefix links with Where path */
+   bool gui;                          /* set if gui using console */
    int cached_pnl;                    /* cached path length */
    POOLMEM *cached_path;              /* cached path */