~ruther/guix-local

d66b704b51dc9a63eabbaee994f98101d8387ae6 — Ludovic Courtès 12 years ago 9e5ace9
store: Add comments for the stracer.

* guix/store.scm (%worker-magic-1, %worker-magic-2): Add comments.
1 files changed, 2 insertions(+), 2 deletions(-)

M guix/store.scm
M guix/store.scm => guix/store.scm +2 -2
@@ 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))