From 0c8b8cca6afda8aeafb7fb80f72e25276b70c7b4 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 29 Apr 2021 13:26:49 -0700 Subject: add TODO about converting slots to connattrs Signed-off-by: Sean Whitton --- src/connection.lisp | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'src/connection.lisp') diff --git a/src/connection.lisp b/src/connection.lisp index d69f157..0ebe348 100644 --- a/src/connection.lisp +++ b/src/connection.lisp @@ -64,6 +64,12 @@ For an example of usage, see the :SUDO connection type.")) :reader connection-parent :documentation "The value of *CONNECTION* at the time this connection was established.") + (connattrs + :initform nil + :documentation "This connection's connection attributes.") + + ;; TODO some or all of these slots should probably become connattrs. for + ;; example, :CHROOT.FORK can have the remote-uid propagate. (cached-data :initform nil :documentation @@ -83,10 +89,7 @@ For an example of usage, see the :SUDO connection type.")) (remote-user :initform nil :documentation - "The name of the remote user.") - (connattrs - :initform nil - :documentation "This connection's connection attributes."))) + "The name of the remote user."))) (defclass lisp-connection (connection) ()) -- cgit v1.2.3