]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/btimers.h
ebl use tokyocabinet by default instead of htable
[bacula/bacula] / bacula / src / lib / btimers.h
index 33e3ed59947005474938fb7d2db4cf93e70c25d6..7d9eca00cd6ac0a064601918d17c8022f42992c9 100644 (file)
@@ -42,6 +42,7 @@ struct btimer_t {
    pid_t pid;                         /* process id if TYPE_CHILD */
    pthread_t tid;                     /* thread id if TYPE_PTHREAD */
    BSOCK *bsock;                      /* Pointer to BSOCK */
+   JCR *jcr;                          /* Pointer to job control record */
 };
 
 #endif /* __BTIMERS_H_ */