diff options
Diffstat (limited to 'cts/scheduler/dot/bug-lf-2544.dot')
-rw-r--r-- | cts/scheduler/dot/bug-lf-2544.dot | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cts/scheduler/dot/bug-lf-2544.dot b/cts/scheduler/dot/bug-lf-2544.dot new file mode 100644 index 0000000..dabf0fc --- /dev/null +++ b/cts/scheduler/dot/bug-lf-2544.dot @@ -0,0 +1,7 @@ + digraph "g" { +"ms0_promote_0" -> "s0:1_promote_0 node-1" [ style = bold] +"ms0_promote_0" [ style=bold color="green" fontcolor="orange"] +"ms0_promoted_0" [ style=bold color="green" fontcolor="orange"] +"s0:1_promote_0 node-1" -> "ms0_promoted_0" [ style = bold] +"s0:1_promote_0 node-1" [ style=bold color="green" fontcolor="black"] +} |