aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Devos <maximedevos@telenet.be>2023-07-02 20:24:17 +0200
committerMaxime Devos <maximedevos@telenet.be>2023-07-02 20:24:17 +0200
commit0c753bb8b5db5e680c21f95e9800e47e86bb83ad (patch)
tree8076b3214328584e33681904f6671f597890e3e2
parent058ac504c53a5128cddbc07ec6b93e367d720ba7 (diff)
downloadgnunet-scheme-0c753bb8b5db5e680c21f95e9800e47e86bb83ad.tar.gz
gnunet-scheme-0c753bb8b5db5e680c21f95e9800e47e86bb83ad.zip
doc/service-communication: Fix description of #:control-message-handler.
* doc/service-communication.tm (make-loop)[#:control-message-handler]: Fix description of arguments.
-rw-r--r--doc/service-communication.tm4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/service-communication.tm b/doc/service-communication.tm
index 3681d2f..c62036a 100644
--- a/doc/service-communication.tm
+++ b/doc/service-communication.tm
@@ -612,8 +612,8 @@
612 612
613 <item*|<scm|#:control-message-handler>>The control message handler is a 613 <item*|<scm|#:control-message-handler>>The control message handler is a
614 procedure accepting a control message from the control channel, a 614 procedure accepting a control message from the control channel, a
615 procedure <scm|loop>, a procedure <scm|loop*>, a message queue and the 615 procedure <scm|continue>, a procedure <scm|continue*>, a message queue
616 state arguments, in that order. 616 and the state arguments, in that order.
617 617
618 It must handle the control message (<scm|handle-control-message!> can 618 It must handle the control message (<scm|handle-control-message!> can
619 be useful). After it is handled, it can decide to continue the control 619 be useful). After it is handled, it can decide to continue the control