aboutsummaryrefslogtreecommitdiff
path: root/src/property/libvirt.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-04-03 09:34:37 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-04 14:47:02 -0700
commit006d3969bad1f84c0133a36ed9a623b59bd01c0e (patch)
treeb16c80a6b3d9930dc98f3e3d141a8dabd075b05d /src/property/libvirt.lisp
parent6195f10ed2c7c8999b2fd8078a12c6c84cb5a592 (diff)
downloadconsfigurator-006d3969bad1f84c0133a36ed9a623b59bd01c0e.tar.gz
rename basic propapp accessors
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property/libvirt.lisp')
-rw-r--r--src/property/libvirt.lisp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/property/libvirt.lisp b/src/property/libvirt.lisp
index fff40d1..8ce80e1 100644
--- a/src/property/libvirt.lisp
+++ b/src/property/libvirt.lisp
@@ -120,13 +120,13 @@ already running, for a VM which is not always booted, e.g. on a laptop."
(macrolet ((check-started (form)
`(if (host-domain-started-p host)
,form :no-change)))
- (:retprop :type (propapptype propapp)
+ (:retprop :type (propapp-type propapp)
:desc (get (car propapp) 'desc)
:hostattrs (get (car propapp) 'hostattrs)
:apply (lambda-ignoring-args
- (check-started (propappapply propapp)))
+ (check-started (apply-propapp propapp)))
:unapply (lambda-ignoring-args
- (check-started (propappunapply propapp)))
+ (check-started (unapply-propapp propapp)))
:args (cdr propapp))))
;; Another possible approach would be to convert DISK:VOLUME values to --disk