summaryrefslogtreecommitdiff
path: root/internal/test/daemon/daemon.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/test/daemon/daemon.go')
-rw-r--r--internal/test/daemon/daemon.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/test/daemon/daemon.go b/internal/test/daemon/daemon.go
index 7471d1093b..fb970e095c 100644
--- a/internal/test/daemon/daemon.go
+++ b/internal/test/daemon/daemon.go
@@ -76,6 +76,7 @@ type Daemon struct {
SwarmPort int // FIXME(vdemeester) should probably not be exported
DefaultAddrPool []string
SubnetSize uint32
+ DataPathPort uint32
// cached information
CachedInfo types.Info
}