aboutsummaryrefslogtreecommitdiff
path: root/worker/types/thread.go
blob: 265438f480820a8c2059eef6d7fe0fe8d7774289 (plain)
1
2
3
4
5
6
package types

type Thread struct {
	Uid      uint32
	Children []*Thread
}