diff options
Diffstat (limited to 'cts/scheduler/dot/bug-5028-bottom.dot')
-rw-r--r-- | cts/scheduler/dot/bug-5028-bottom.dot | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cts/scheduler/dot/bug-5028-bottom.dot b/cts/scheduler/dot/bug-5028-bottom.dot new file mode 100644 index 0000000..4951def --- /dev/null +++ b/cts/scheduler/dot/bug-5028-bottom.dot @@ -0,0 +1,10 @@ + digraph "g" { +"do_shutdown bl460g6a" [ style=dashed color="red" fontcolor="black"] +"dummy-g_stop_0" -> "dummy-g_stopped_0" [ style = dashed] +"dummy-g_stop_0" -> "dummy02_stop_0 bl460g6a" [ style = bold] +"dummy-g_stop_0" [ style=bold color="green" fontcolor="orange"] +"dummy-g_stopped_0" [ style=dashed color="red" fontcolor="orange"] +"dummy02_stop_0 bl460g6a" -> "do_shutdown bl460g6a" [ style = dashed] +"dummy02_stop_0 bl460g6a" -> "dummy-g_stopped_0" [ style = dashed] +"dummy02_stop_0 bl460g6a" [ style=bold color="green" fontcolor="black"] +} |