diff options
Diffstat (limited to 'pkg/backend/status.go')
-rw-r--r-- | pkg/backend/status.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/backend/status.go b/pkg/backend/status.go index f06d26d..ffa79fc 100644 --- a/pkg/backend/status.go +++ b/pkg/backend/status.go @@ -43,6 +43,7 @@ type connectionCtx struct { Errors string `json:"errors"` Status status `json:"status"` bm bitmask.Bitmask + autostart bitmask.Autostart cfg *config.Config } |