Process stderr from substituters while doing have/info queries

This commit is contained in:
Eelco Dolstra 2013-06-07 15:02:14 +02:00
parent c5f9d0d080
commit 5959c591a0
4 changed files with 59 additions and 9 deletions

View file

@ -63,6 +63,8 @@ struct BufferedSource : Source
/* Underlying read call, to be overriden. */
virtual size_t readUnbuffered(unsigned char * data, size_t len) = 0;
bool hasData();
};