lix/src/nix-daemon
Eelco Dolstra 8fff3e7bb5
Make TunnelLogger thread-safe
Now that we use threads in lots of places, it's possible for
TunnelLogger::log() to be called asynchronously from other threads
than the main loop. So we need to ensure that STDERR_NEXT messages
don't clobber other messages.
2017-08-28 14:17:07 +02:00
..
local.mk Don't install nix-worker symlink 2015-05-19 16:43:33 +02:00
nix-daemon.cc Make TunnelLogger thread-safe 2017-08-28 14:17:07 +02:00