Skip to content

Commit

Permalink
Make supervisor-node-dryad not nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
karalekas committed Nov 14, 2023
1 parent d5bea6d commit 9f62681
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/supervisor.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@
:type symbol)
(node-dryad
:accessor supervisor-node-dryad
:initform nil
:initarg :node-dryad
:type (or null address)
:type address
:documentation "The address of the host `DRYAD' for the node that spawned us."))
(:documentation "A companion process responsible for coordinating a tree operation."))

Expand Down

0 comments on commit 9f62681

Please sign in to comment.