-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: vsoch <[email protected]>
- Loading branch information
Showing
7 changed files
with
61 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
diff --git a/resource/traversers/dfu_impl_update.cpp b/resource/traversers/dfu_impl_update.cpp | ||
index f74ea34c..b5dd2210 100644 | ||
--- a/resource/traversers/dfu_impl_update.cpp | ||
+++ b/resource/traversers/dfu_impl_update.cpp | ||
@@ -595,6 +595,7 @@ int dfu_impl_t::mod_dfv (vtx_t u, int64_t jobid, modify_data_t &mod_data) | ||
subsystem_t dom = m_match->dom_subsystem (); | ||
f_out_edg_iterator_t ei, ei_end; | ||
|
||
+ (*m_graph)[u].idata.colors[dom] = m_color.gray (); | ||
if ((rc = mod_idata (u, jobid, dom, mod_data, stop)) != 0 || stop) | ||
goto done; | ||
if ((rc = mod_plan (u, jobid, mod_data)) != 0) | ||
@@ -608,6 +609,7 @@ int dfu_impl_t::mod_dfv (vtx_t u, int64_t jobid, modify_data_t &mod_data) | ||
rc += mod_dfv (tgt, jobid, mod_data); | ||
else | ||
rc += mod_upv (tgt, jobid, mod_data); | ||
+ (*m_graph)[u].idata.colors[subsystem] = m_color.black (); | ||
} | ||
} | ||
done: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters