From 40b3f64b55f98e03b3173541b8d94cd924099223 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 30 Nov 2006 19:19:59 +0000 Subject: * Skeleton of the privileged worker program. * Some refactoring: put the NAR archive integer/string serialisation code in a separate file so it can be reused by the worker protocol implementation. --- src/libutil/hash.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libutil/hash.cc') diff --git a/src/libutil/hash.cc b/src/libutil/hash.cc index 7381948f2180..8dc33f5d0ca4 100644 --- a/src/libutil/hash.cc +++ b/src/libutil/hash.cc @@ -282,7 +282,7 @@ Hash hashFile(HashType ht, const Path & path) } -struct HashSink : DumpSink +struct HashSink : Sink { HashType ht; Ctx ctx; -- cgit 1.4.1