]> 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)
commit68ce23d9d049c51cd96ce2b6c2770252b185dc82
tree31d4ad957fe5357d174eb9c43fd275277582c805
parent4d5dbfa7a082072bff835fabe78e4f51fee1780e
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
bacula/src/win32/cats/bacula_cats.def