Skip to content

Commit

Permalink
Add enclosure struct
Browse files Browse the repository at this point in the history
  • Loading branch information
bensallen committed May 23, 2016
1 parent 53af0ba commit a30db52
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/enclosure.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ import (
"os/exec"
)

// Enclosure is a SCSI Enclosure Device
type Enclosure struct {
MultiPathDevice *MultiPathDevice
}

func (d *Device) updateEnclosureSerial() (err error) {
var sn string

Expand Down

0 comments on commit a30db52

Please sign in to comment.