]> git.sur5r.net Git - bacula/bacula/commitdiff
First attempt at making things multi-threaded and make it possible to have multiple...
authorMarco van Wieringen <mvw@planets.elm.net>
Sun, 4 Apr 2010 17:46:24 +0000 (19:46 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 14:49:44 +0000 (16:49 +0200)
bacula/src/cats/cats.h

index a4e9b01f7d51af87fbba639828ad15ef021f7d82..d0b7412095c6542e7c5faef8a5c9201c63bce8e4 100644 (file)
@@ -576,6 +576,7 @@ struct B_DB {
    char *db_address;              /* host address */
    char *db_socket;               /* socket for local access */
    int db_port;                   /* port of host address */
+   int session_id;                /* unique session id */
    int have_insert_id;            /* do have insert_id() */
    bool connected;
    POOLMEM *errmsg;               /* nicely edited error message */