diff --git a/internal/grpc/pb/workloads.pb.go b/internal/grpc/pb/workloads.pb.go index 3222e41..a3bc0da 100644 --- a/internal/grpc/pb/workloads.pb.go +++ b/internal/grpc/pb/workloads.pb.go @@ -38,6 +38,9 @@ type ReportWorkloadsRequest struct { SystemdOk bool `json:"systemd_ok"` SystemdError string `json:"systemd_error,omitempty"` Workloads []Workload `json:"workloads,omitempty"` // empty on the offer call + // Full marks the second call. It is not inferred from an empty Workloads + // slice: a host running nothing sends an empty list as its full report. + Full bool `json:"full,omitempty"` } type ReportWorkloadsResponse struct {