16 May
2007
16 May
'07
2:10 p.m.
Scott Finley writes:
VxWorks is POSIX based. I had forced it to use socket_select_interrupter because the pipe_select_interrupter wasn't compiling due to (what I thought was) a lack of a pipe implementation on VxWorks. I have since got this configured correctly, so pipe_select_interrupter seems to work ok. socket_select_interrupter also works with the bzero() call I had in my original post.
Excellent. Do let me know if any other changes are required for VxWorks and I'll check them into CVS. Thanks! Cheers, Chris