Greetings-

Thanks again to Phil and Jim for all their help. I have 1 additional question at this stage. I am trying to wrap a C++ class that has a member function that takes a fd_set as a parameter. Something like:

int DoSpecialSelectLikeOperation( fd_set f );

On my RH8 Linux box, the fd_set is a struct that contains a bitfield. Any suggestions on how to handle this?

Thanks,

/Don/
--- Begin Message --- Greetings-

Thanks again to Phil and Jim for all their help. I have 1 additional question at this stage. I am trying to wrap a C++ class that has a member function that takes a fd_set as a parameter. Something like:

int DoSpecialSelectLikeOperation( fd_set f );

On my RH8 Linux box, the fd_set is a struct that contains a bitfield. Any suggestions on how to handle this?

Thanks,

/Don/


--- End Message ---

Reply via email to