File: fsm-netfail.dot

package info (click to toggle)
booth 1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 852 kB
  • sloc: ansic: 7,181; sh: 2,166; python: 471; makefile: 280; xml: 7
file content (11 lines) | stat: -rw-r--r-- 304 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
digraph G {

	label="Booth network failure FSM";
	fontname="Helvetica";
	fontsize="11";
	compound="true";
	ST_FOLLOWER -> ST_CANDIDATE [label="tkt_lost"];
	ST_LEADER -> ST_FOLLOWER [label="tkt_lost"];
	ST_CANDIDATE -> ST_CANDIDATE [label="timeout"];
	ST_CANDIDATE -> ST_LEADER [label="VtFr, timeout"];
}