aboutsummaryrefslogtreecommitdiff
path: root/src/connection.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-08 11:35:16 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-08 11:35:16 -0700
commitcc691dcd56ead0bf216edc0d8cdc118750436c65 (patch)
tree2fdb58961ed0a180665a95bf2ab2bbfe738a68aa /src/connection.lisp
parentb4d1157dbc53ecfacd4353b5252066c20c8ef683 (diff)
downloadconsfigurator-cc691dcd56ead0bf216edc0d8cdc118750436c65.tar.gz
add :DOCUMENTATION for CACHED-DATA slot
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/connection.lisp')
-rw-r--r--src/connection.lisp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/connection.lisp b/src/connection.lisp
index 6b32f85..5398bf5 100644
--- a/src/connection.lisp
+++ b/src/connection.lisp
@@ -64,7 +64,9 @@ For an example of usage, see the :SUDO connection type."))
:documentation
"The value of *CONNECTION* at the time this connection was established.")
(cached-data
- :initform nil)))
+ :initform nil
+ :documentation
+ "Items of prerequisite data known to be cached on the remote side.")))
(defclass lisp-connection (connection) ())