Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-09 | ddb/db_mp.c: definition of db_console() only if CONSOLE_ON_MASTER | Marin Ramesa | |
Function db_console() is called only if CONSOLE_ON_MASTER. If it stays this way, db_console() will not compile. I don't know if it should be removed. Maybe someone will rewrite it. * ddb/db_mp.c (db_console): Definition only if CONSOLE_ON_MASTER. * ddb/db_mp.h [CONSOLE_ON_MASTER] (db_console): Add prototype. | |||
2013-11-24 | ddb: create new header file db_mp.h | Marin Ramesa | |
* Makefrag.am: Include ddb/db_mp.h. * ddb/db_mp.c (remote_db, lock_db, unlock_db): Remove forward declarations. * ddb/db_mp.h: New file. Add copyright. [_DDB_DB_MP_H_]: Add ifndef. (remote_db, lock_db, unlock_db): Add prototypes. |