I'm using RTTcpClientConnect and RTTcpRead/Write in my VBox device emulator to get some remote data. I can poll for the reads on the socket (bad), I can create a thread and wait on RTTcpSelectOne or plug-in my socket handle somewhere and get called back by the VBox framework. Creating a thread is an option but is more complicated (and I'm lazy) than simply registering a socket handle with the framework and waiting to be called back. QEMU has qemu_set_fd_handler2 to do that. Is there a way to do the same in VBox.
Thanks for your help! -- robert _______________________________________________ vbox-dev mailing list [email protected] http://vbox.innotek.de/mailman/listinfo/vbox-dev
