$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Christopher Kohlhoff (chris_at_[hidden])
Date: 2007-05-16 10:10:53
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