Commit dcd98693 authored by houkime's avatar houkime

add comments about qdb

qdb shared memory token file ends up being named
xxx/pwr_qpool0002_999 anyway
parent f37882d7
......@@ -70,10 +70,12 @@ static const qcom_sQid qdb_cQimport = { qdb_cIimport, 0 };
static const qcom_sQid qdb_cQexport = { qdb_cIexport, 0 };
static const qcom_sQid qdb_cQmonitor = { qdb_cImonitor, 0 };
/* This can be overriden with TMPDIR */
#define qdb_cDefaultTmpDir "/tmp/"
#define qdb_cFileNameDatabase "pwr_qdb"
#define qdb_cFileNameDbLock "pwr_qdb_lock"
#define qdb_cFileNamePool "pwr_qpool"
#if defined OS_LINUX
......@@ -670,7 +672,7 @@ typedef struct {
qdb_sQue* exportque; /* the export que */
pwr_tFileName db_lock_path;
pwr_tFileName db_path;
pwr_tFileName db_path; /* NOTE: no real need to have an actual file path here*/
pwr_tFileName pool_path;
} qdb_sLocal;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment