Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
21f4af31
Commit
21f4af31
authored
Jul 13, 2020
by
Michael Ott
Browse files
Drop publicSensors list after metadataStore has been built
parent
c0d3523c
Changes
1
Show whitespace changes
Inline
Side-by-side
collectagent/collectagent.cpp
View file @
21f4af31
...
...
@@ -741,6 +741,7 @@ int main(int argc, char* const argv[]) {
if
(
sBuf
.
isValid
())
metadataStore
->
store
(
*
sBuf
.
getPattern
(),
sBuf
);
}
publicSensors
.
clear
();
analyticsController
=
new
AnalyticsController
(
mySensorConfig
,
mySensorDataStore
);
analyticsController
->
setCache
(
&
mySensorCache
);
...
...
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