store: Add comments for the stracer.
* guix/store.scm (%worker-magic-1, %worker-magic-2): Add comments.
This commit is contained in:
parent
9e5ace9d1d
commit
d66b704b51
|
@ -100,8 +100,8 @@
|
|||
|
||||
(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))
|
||||
|
|
Loading…
Reference in New Issue