On Mon, Jan 15, 2007 at 05:16:15AM +0000, [EMAIL PROTECTED] wrote: > XXX - to prevent a busy wait, I need a portable way to wait for a > short time period, like Sleep() for Windows
How about g_usleep() from GLib? http://developer.gnome.org/doc/API/2.0/glib/glib-Date-and-Time-Functions.html#g-usleep Steve _______________________________________________ Wireshark-dev mailing list [email protected] http://www.wireshark.org/mailman/listinfo/wireshark-dev
