Eventually we should support infinite level

This commit is contained in:
Tony Garnock-Jones 2014-05-25 13:23:12 -04:00
parent 5058330e80
commit 4c3c6d2e2d
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@
(define pid-stack (make-parameter '()))
(define log-events-and-actions? (make-parameter #f))
;; TODO: support +Inf.0 as a level number
;; Events
(struct routing-update (gestalt) #:prefab)
(struct message (body meta-level feedback?) #:prefab)