guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/11: store: Export 'connect-to-daemon'.


From: guix-commits
Subject: 09/11: store: Export 'connect-to-daemon'.
Date: Sat, 8 May 2021 09:08:59 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit dd14678b9b9843be20e2bbb98ceb30d2433dab82
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed May 5 23:25:56 2021 +0200

    store: Export 'connect-to-daemon'.
    
    * guix/store.scm (connect-to-daemon): Make public.  Improve docstring.
---
 guix/store.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/guix/store.scm b/guix/store.scm
index 315ae4c..9d706ae 100644
--- a/guix/store.scm
+++ b/guix/store.scm
@@ -90,6 +90,7 @@
             hash-algo
             build-mode
 
+            connect-to-daemon
             open-connection
             port->connection
             close-connection
@@ -501,7 +502,10 @@
 
 (define (connect-to-daemon uri)
   "Connect to the daemon at URI, a string that may be an actual URI or a file
-name."
+name, and return an input/output port.
+
+This is a low-level procedure that does not perform the initial handshake with
+the daemon.  Use 'open-connection' for that."
   (define (not-supported)
     (raise (condition (&store-connection-error
                        (file uri)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]