blob: 1bcce9d45a3728dab7562eed9fcf7da35b154101 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
digraph "g" {
"rsc1_child:0_monitor_0 yingying.site" -> "rsc1_start_0" [ style = bold]
"rsc1_child:0_monitor_0 yingying.site" [ style=bold color="green" fontcolor="black"]
"rsc1_child:0_start_0 yingying.site" -> "rsc1_running_0" [ style = bold]
"rsc1_child:0_start_0 yingying.site" [ style=bold color="green" fontcolor="black"]
"rsc1_delete_0 yingying.site" [ style=bold color="green" fontcolor="black"]
"rsc1_running_0" [ style=bold color="green" fontcolor="orange"]
"rsc1_start_0" -> "rsc1_child:0_start_0 yingying.site" [ style = bold]
"rsc1_start_0" -> "rsc1_running_0" [ style = bold]
"rsc1_start_0" [ style=bold color="green" fontcolor="orange"]
}
|