summaryrefslogtreecommitdiff
path: root/libvirt/resource_libvirt_domain.go
diff options
context:
space:
mode:
Diffstat (limited to 'libvirt/resource_libvirt_domain.go')
-rw-r--r--libvirt/resource_libvirt_domain.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvirt/resource_libvirt_domain.go b/libvirt/resource_libvirt_domain.go
index 728c10ca..e7c86e10 100644
--- a/libvirt/resource_libvirt_domain.go
+++ b/libvirt/resource_libvirt_domain.go
@@ -14,6 +14,8 @@ import (
"github.com/hashicorp/terraform/helper/schema"
)
+var PoolSync = NewLibVirtPoolSync()
+
func init() {
spew.Config.Indent = "\t"
}