started statistics

This commit is contained in:
Radu Ioan Fericean
2013-12-17 16:42:16 +02:00
parent dbe8bde7bf
commit 3e4067b4b0
5 changed files with 29 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ type Destination struct {
}
// returns prefix precision
func (d *Destination) containsPrefix(prefix string) int {
func (d *Destination) containsPrefix1(prefix string) int {
if d == nil {
return 0
}