On Mon, Oct 04, 2010 at 02:29:50PM +0100, Toby Gray wrote:
> No, sounds sensible. I've added an outer exception handler to my github 
> branch in af595a6dbf1ded46a05a. I didn't put the exception handler 
> outside the while loop as the code which closes the USB device assumes 
> that the DoRead loop will run frequently so that it can be signalled 
> when it's safe to close the USB device. I tired to use a semaphore for 
> this, but I couldn't get it working reliably without hanging.

I think it is cleaner inside the while() loop anyway.  Merged, thanks!


> I also fixed a build error due to builder.h not including stdint.h in 
> 679bf52d3bd1edffa874. I suspect that I must use slightly different 
> configure options to you and so some other header file isn't including 
> stdint.h before builder.h for me.

Yeah, I seem to forget that header regularly.  Not sure why.
Thanks for catching it.

- Chris


------------------------------------------------------------------------------
Virtualization is moving to the mainstream and overtaking non-virtualized
environment for deploying applications. Does it make network security 
easier or more difficult to achieve? Read this whitepaper to separate the 
two and get a better understanding.
http://p.sf.net/sfu/hp-phase2-d2d
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to