further work on faster loop

pull/5/merge
David Schweikert 13 years ago
parent fdae03d016
commit 11184c5cef

@ -11,26 +11,19 @@
* It is highly recommended that your editor is set to this * It is highly recommended that your editor is set to this
* tab stop setting for viewing and editing. * tab stop setting for viewing and editing.
* *
* fping website: http://www.fping.org
*
* *
* fping website: http://www.fping.org
* *
* Current maintainers of fping: * Current maintainer of fping: David Schweikert
*
* David Schweikert
* Please send suggestions and patches to: david@schweikert.ch * Please send suggestions and patches to: david@schweikert.ch
* *
* *
*
* Original author: Roland Schemers <schemers@stanford.edu> * Original author: Roland Schemers <schemers@stanford.edu>
* IPv6 Support: Jeroen Massar <jeroen@unfix.org / jeroen@ipng.nl> * IPv6 Support: Jeroen Massar <jeroen@unfix.org / jeroen@ipng.nl>
* Bugfixes, byte order & senseful seq.-numbers: Stephan Fuhrmann (stephan.fuhrmann AT 1und1.de) * Bugfixes, byte order & senseful seq.-numbers: Stephan Fuhrmann (stephan.fuhrmann AT 1und1.de)
* Improved main loop: David Schweikert <david@schweikert.ch> * Improved main loop: David Schweikert <david@schweikert.ch>
* *
* *
* RCS header information no longer used. It has been moved to the
* ChangeLog file.
*
* Redistribution and use in source and binary forms are permitted * Redistribution and use in source and binary forms are permitted
* provided that the above copyright notice and this paragraph are * provided that the above copyright notice and this paragraph are
* duplicated in all such forms and that any documentation, * duplicated in all such forms and that any documentation,
@ -1234,8 +1227,6 @@ void main_loop()
last_report_time = current_time; last_report_time = current_time;
} }
} }
fprintf(stderr, "No further events\n");
} }
/************************************************************ /************************************************************

Loading…
Cancel
Save