Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
dcd98693
Commit
dcd98693
authored
May 16, 2020
by
houkime
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add comments about qdb
qdb shared memory token file ends up being named xxx/pwr_qpool0002_999 anyway
parent
f37882d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
src/lib/rt/src/rt_qdb.h
src/lib/rt/src/rt_qdb.h
+4
-2
No files found.
src/lib/rt/src/rt_qdb.h
View file @
dcd98693
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment