Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
chaosframework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
chaos-lnf-control
chaosframework
Commits
43a9bcfb
Commit
43a9bcfb
authored
3 years ago
by
Andrea Michelotti
Browse files
Options
Downloads
Patches
Plain Diff
typo
parent
6d45260f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ChaosMetadataService/ChaosMetadataService.cpp
+1
-2
1 addition, 2 deletions
ChaosMetadataService/ChaosMetadataService.cpp
with
1 addition
and
2 deletions
ChaosMetadataService/ChaosMetadataService.cpp
+
1
−
2
View file @
43a9bcfb
...
...
@@ -67,7 +67,6 @@ ChaosMetadataService::ChaosMetadataService() {
is_present
=
false
;
};
ChaosMetadataService
::~
ChaosMetadataService
()
{}
//! C and C++ attribute parser
/*!
Specialized option for startup c and cpp program main options parameter
...
...
@@ -205,7 +204,7 @@ void ChaosMetadataService::init(void* init_data) {
StartableService
::
initImplementation
(
MDSBatchExecutor
::
getInstance
(),
NULL
,
"MDSBatchExecutor"
,
__PRETTY_FUNCTION__
);
// api system
api_managment_service
.
reset
(
new
ApiManagment
(),
"ApiManagment"
);
api_managment_service
.
reset
(
new
ApiManag
e
ment
(),
"ApiManag
e
ment"
);
api_managment_service
.
init
(
NULL
,
__PRETTY_FUNCTION__
);
data_consumer
.
reset
(
new
QueryDataConsumer
(),
"QueryDataConsumer"
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment