summaryrefslogtreecommitdiff
path: root/src/hub/src/spreadspace.org/sfive/s5types.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/hub/src/spreadspace.org/sfive/s5types.go')
-rw-r--r--src/hub/src/spreadspace.org/sfive/s5types.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hub/src/spreadspace.org/sfive/s5types.go b/src/hub/src/spreadspace.org/sfive/s5types.go
index 78a877b..7b0fb52 100644
--- a/src/hub/src/spreadspace.org/sfive/s5types.go
+++ b/src/hub/src/spreadspace.org/sfive/s5types.go
@@ -55,7 +55,7 @@ type StatsFilter struct {
tagsAny []string
}
-func (self *StatisticsData) CopyFrom(id *SourceId) {
+func (self *StatisticsData) CopyFromSourceId(id *SourceId) {
self.Hostname = id.Hostname
self.StreamId = id.StreamId
self.Tags = id.Tags