diff options
author | Vincent Ambo <mail@tazj.in> | 2020-07-05T18·59+0100 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2020-07-05T19·17+0000 |
commit | a6da980a0b4b95e1ac06d20aca7fbe59fff3c36c (patch) | |
tree | c5c3cb483fd0519da0eefb422f57735b7ddae4e1 /third_party/nix/src/CMakeLists.txt | |
parent | f8a933b21a1fa3d302e10157f8b2b1164133269c (diff) |
feat(3p/nix): Add gRPC definitions for worker protocol r/1215
Adds initial gRPC definitions for the Nix worker protocol, which is currently defined messily across the following files: src/libstore/worker-protocol.hh src/libstore/remote-store.cc src/nix-daemon/nix-daemon.cc The protocol definition is basically a big enum with the signatures of the calls being implicit in the various client/server implementation functions. The definitions in this file are slowly reversed from these implicit signatures, and are likely to contain an error or two which will be weeded out when this is taken into use. Only a handful of the calls are included in this commit, it is intended to get us up and running first. Change-Id: Ibc9b2ab4b91a064c8935f09f7ac72bb8150fb476 Reviewed-on: https://cl.tvl.fyi/c/depot/+/926 Reviewed-by: isomer <isomer@tvl.fyi> Tested-by: BuildkiteCI
Diffstat (limited to 'third_party/nix/src/CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions