]> 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 a5ad64968335b9c89bee2292de8997c7c1834457..7d9eca00cd6ac0a064601918d17c8022f42992c9 100644 (file)
@@ -7,8 +7,8 @@
    many others, a complete list can be found in the file AUTHORS.
    This program is Free Software; you can redistribute it and/or
    modify it under the terms of version two of the GNU General Public
-   License as published by the Free Software Foundation plus additions
-   that are listed in the file LICENSE.
+   License as published by the Free Software Foundation and included
+   in the file LICENSE.
 
    This program is distributed in the hope that it will be useful, but
    WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -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_ */