aboutsummaryrefslogtreecommitdiff
path: root/ddb/db_mp.h
Commit message (Collapse)AuthorAgeFilesLines
* kdb: Fix TODO for multiprocessorDamien Zammit2022-10-251-0/+1
| | | | Message-Id: <20221025105502.222708-2-damien@zamaudio.com>
* SMP: Fix warningsSamuel Thibault2021-04-041-0/+3
|
* ddb/db_mp.c: definition of db_console() only if CONSOLE_ON_MASTERMarin Ramesa2013-12-091-0/+4
| | | | | | | | | | 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.
* ddb: create new header file db_mp.hMarin Ramesa2013-11-241-0/+26
* 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.