diff options
Diffstat (limited to 'cts/scheduler/dot/bug-n-385265.dot')
-rw-r--r-- | cts/scheduler/dot/bug-n-385265.dot | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cts/scheduler/dot/bug-n-385265.dot b/cts/scheduler/dot/bug-n-385265.dot new file mode 100644 index 0000000..11e673e --- /dev/null +++ b/cts/scheduler/dot/bug-n-385265.dot @@ -0,0 +1,8 @@ + digraph "g" { +"group_common_stop_0" -> "group_common_stopped_0" [ style = bold] +"group_common_stop_0" -> "resource_idvscommon_stop_0 ih02" [ style = bold] +"group_common_stop_0" [ style=bold color="green" fontcolor="orange"] +"group_common_stopped_0" [ style=bold color="green" fontcolor="orange"] +"resource_idvscommon_stop_0 ih02" -> "group_common_stopped_0" [ style = bold] +"resource_idvscommon_stop_0 ih02" [ style=bold color="green" fontcolor="black"] +} |