Exemple #1
0
func (s ConfigurationTransitioningTo) BarrierReached2() C.UInt32List {
	return C.UInt32List(C.Struct(s).GetObject(11))
}
Exemple #2
0
func (s ConfigurationTransitioningTo) SurvivingRMIds() C.UInt32List {
	return C.UInt32List(C.Struct(s).GetObject(8))
}
Exemple #3
0
func (s ConfigurationTransitioningTo) LostRMIds() C.UInt32List {
	return C.UInt32List(C.Struct(s).GetObject(9))
}
Exemple #4
0
func (s Configuration) RmsRemoved() C.UInt32List       { return C.UInt32List(C.Struct(s).GetObject(3)) }
Exemple #5
0
func (s Configuration) Rms() C.UInt32List              { return C.UInt32List(C.Struct(s).GetObject(2)) }
Exemple #6
0
func (s ConditionPair) Suppliers() C.UInt32List        { return C.UInt32List(C.Struct(s).GetObject(1)) }
Exemple #7
0
func (s ProposerState) Acceptors() C.UInt32List        { return C.UInt32List(C.Struct(s).GetObject(0)) }
Exemple #8
0
func (s Z) U32vec() C.UInt32List      { return C.UInt32List(C.Struct(s).GetObject(0)) }