Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/src/nvcgo.c b/src/nvcgo.c 2index 98789a3..47ad02b 100644 3--- a/src/nvcgo.c 4+++ b/src/nvcgo.c 5@@ -33,7 +33,8 @@ 6 void nvcgo_program_1(struct svc_req *, register SVCXPRT *); 7 8 static struct nvcgo_ext { 9- struct nvcgo; 10+ struct rpc rpc; 11+ struct libnvcgo api; 12 bool initialized; 13 void *dl_handle; 14 } global_nvcgo_context;