Hi, I'm trying to get up to speed with plex86. I thought I;d start doing some small things that need doing. One of those is the warning about user_time_usec in user.c:111 and plugin.c:580. Some questions: 1. is plugin_handle_periodic only called from vm_event_loop? If yes, then maybe it would be better to pass user_time_usec as a parameter, so it doesn't ahve to be declared extern in plugin_handle_periodic. 2. what are the magic 500000 numbers in plugin_handle_periodic and vm_timer_handler? I could turn that into a #define or something. Of course, the signal setup should then also use the same define. 3. any suggestions about the locking to use? -- Jan Evert
