Skip to content

Commit e22fe5e

Browse files
committed
fixup to shared cleanup
1 parent a70b7ea commit e22fe5e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

nomad/structs/structs.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3730,6 +3730,9 @@ func (n *NodeDeviceResource) Equal(o *NodeDeviceResource) bool {
37303730
return true
37313731
}
37323732

3733+
// Shared mirrors the plugin.Shared string enum found
3734+
// on Devices.DetectedDevice that some devices use to
3735+
// report the status and presence of sharing subsystems
37333736
type Shared string
37343737

37353738
func (s Shared) String() string {

0 commit comments

Comments
 (0)