I'm (trying) to upgrade from rtnet-0.6.2 to 0.7.1. The function rt_socket_callback() seems to be removed. Is it acceptible to simply set the callback_function and callback_arg members in the socket structure directly? Or am I missing something obvious...
The correct way to install a callback handler since 0.7.0 is via the ioctl RTNET_RTIOC_CALLBACK, see the round_trip_time example for details. Note that it is kernel mode only as your handler will run inside the time critical stack manager, i.e. the main reception task.
Jan
------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ RTnet-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/rtnet-users

