Skip to content
Snippets Groups Projects
Commit d66b704b authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

store: Add comments for the stracer.

* guix/store.scm (%worker-magic-1, %worker-magic-2): Add comments.
parent 9e5ace9d
No related branches found
No related tags found
No related merge requests found
......@@ -100,8 +100,8 @@ (define-module (guix store)
(define %protocol-version #x10c)
(define %worker-magic-1 #x6e697863)
(define %worker-magic-2 #x6478696f)
(define %worker-magic-1 #x6e697863) ; "nixc"
(define %worker-magic-2 #x6478696f) ; "dxio"
(define (protocol-major magic)
(logand magic #xff00))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment