aboutsummaryrefslogtreecommitdiff
path: root/src/host.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/host.lisp')
-rw-r--r--src/host.lisp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/host.lisp b/src/host.lisp
index a8c3b72..e55f601 100644
--- a/src/host.lisp
+++ b/src/host.lisp
@@ -22,9 +22,11 @@
(defclass host ()
((hostattrs
:initarg :attrs
+ :reader hostattrs
:documentation "Plist of the host's static informational attributes.")
(propspec
:initarg :props
+ :reader host-propspec
:documentation "Property application specification of the properties to
be applied to the host.")))