Beispiel #1
0
func (p *OvsSFlowProbe) SetProbePath(flow *flow.Flow) bool {
	flow.ProbeGraphPath = p.ProbeGraphPath
	return true
}
Beispiel #2
0
func (p *PcapProbe) SetProbePath(flow *flow.Flow) bool {
	flow.ProbeGraphPath = p.probePath
	return true
}