diff options
Diffstat (limited to 'cts/scheduler/dot/remote-probe-disable.dot')
-rw-r--r-- | cts/scheduler/dot/remote-probe-disable.dot | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cts/scheduler/dot/remote-probe-disable.dot b/cts/scheduler/dot/remote-probe-disable.dot new file mode 100644 index 0000000..0b44ace --- /dev/null +++ b/cts/scheduler/dot/remote-probe-disable.dot @@ -0,0 +1,11 @@ + digraph "g" { +"FAKE1_monitor_0 remote1" -> "remote1_stop_0 18builder" [ style = bold] +"FAKE1_monitor_0 remote1" [ style=bold color="green" fontcolor="black"] +"FAKE2_monitor_0 remote1" -> "remote1_stop_0 18builder" [ style = bold] +"FAKE2_monitor_0 remote1" [ style=bold color="green" fontcolor="black"] +"FAKE3_monitor_0 remote1" -> "remote1_stop_0 18builder" [ style = bold] +"FAKE3_monitor_0 remote1" [ style=bold color="green" fontcolor="black"] +"FAKE4_monitor_0 remote1" -> "remote1_stop_0 18builder" [ style = bold] +"FAKE4_monitor_0 remote1" [ style=bold color="green" fontcolor="black"] +"remote1_stop_0 18builder" [ style=bold color="green" fontcolor="black"] +} |