~juju-qa/ubuntu/xenial/juju/2.0-rc2

« back to all changes in this revision

Viewing changes to src/github.com/juju/juju/provider/vsphere/environ.go

  • Committer: Nicholas Skaggs
  • Date: 2016-09-30 14:39:30 UTC
  • mfrom: (1.8.1)
  • Revision ID: nicholas.skaggs@canonical.com-20160930143930-vwwhrefh6ftckccy
import upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
        lock sync.Mutex // lock protects access the following fields.
33
33
        ecfg *environConfig
 
34
 
 
35
        archLock               sync.Mutex
 
36
        supportedArchitectures []string
34
37
}
35
38
 
36
39
func newEnviron(cloud environs.CloudSpec, cfg *config.Config) (*environ, error) {