sandbox/pe/ring.go

7 lines
158 B
Go
Raw Normal View History

2019-04-30 00:05:34 +00:00
package main
type Message struct {
RCount int // how many times around the ring have we been
FCount int // how many times has the message been forwarded
}