Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Gaudi
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
10
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
atlas
Gaudi
Commits
abc86b5f
Commit
abc86b5f
authored
7 years ago
by
Charles Leggett
Browse files
Options
Downloads
Plain Diff
Reverse the order in which IoComponentMgr io_finalizes components
See merge request
!155
parents
32292bc0
28a9bfbf
No related branches found
No related tags found
1 merge request
!155
Reverse the order in which IoComponentMgr io_finalizes components
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
GaudiMP/src/component/IoComponentMgr.cpp
+2
-1
2 additions, 1 deletion
GaudiMP/src/component/IoComponentMgr.cpp
with
2 additions
and
1 deletion
GaudiMP/src/component/IoComponentMgr.cpp
+
2
−
1
View file @
abc86b5f
...
...
@@ -461,7 +461,8 @@ IoComponentMgr::io_finalize ()
}
bool
allgood
=
true
;
for
(
IoStack_t
::
iterator
io
=
m_iostack
.
begin
(),
ioEnd
=
m_iostack
.
end
();
// reverse iteration to unwind component dependencies
for
(
IoStack_t
::
reverse_iterator
io
=
m_iostack
.
rbegin
(),
ioEnd
=
m_iostack
.
rend
();
io
!=
ioEnd
;
++
io
)
{
m_log
<<
MSG
::
DEBUG
<<
" ["
<<
(
*
io
)
->
name
()
<<
"]->io_finalize()..."
...
...
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