]> git.sur5r.net Git - bacula/bacula/commit
Move the definition of catalog_db[] into cats. Change it to db_get_type() which...
authorRobert Nelson <robertn@the-nelsons.org>
Sat, 5 Aug 2006 22:27:03 +0000 (22:27 +0000)
committerRobert Nelson <robertn@the-nelsons.org>
Sat, 5 Aug 2006 22:27:03 +0000 (22:27 +0000)
commitd78222d489c99a79823a5c6c87a1b7d684d44435
tree4e1eb4f882496057eec81051fa70da124cb94103
parent039f1f026fe2b1e8436b6d57159aeb91e25666ff
Move the definition of catalog_db[] into cats.  Change it to db_get_type() which is implemented
in the database specific files: bdb.c, mysql.c, postgresql.c and sqlite.c.

Change cats.h so that database specific sections are only visible which building the cats directory.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3251 91ce42f0-d328-0410-95d8-f526ca767f89
bacula/src/cats/bdb.c
bacula/src/cats/cats.h
bacula/src/cats/mysql.c
bacula/src/cats/postgresql.c
bacula/src/cats/sqlite.c
bacula/src/dird/pythondir.c
bacula/src/lib/message.c
bacula/src/lib/message.h