mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
commit
3bac588335
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ type Plugin struct {
|
||||||
|
|
||||||
// error produced by activation
|
// error produced by activation
|
||||||
activateErr error
|
activateErr error
|
||||||
// specifies if the activation sequence is completed (not if it is sucessful or not)
|
// specifies if the activation sequence is completed (not if it is successful or not)
|
||||||
activated bool
|
activated bool
|
||||||
// wait for activation to finish
|
// wait for activation to finish
|
||||||
activateWait *sync.Cond
|
activateWait *sync.Cond
|
||||||
|
|
Loading…
Add table
Reference in a new issue