ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-FastPing/bin/net-fping
(Generate patch)

Comparing AnyEvent-FastPing/bin/net-fping (file contents):
Revision 1.4 by root, Fri May 4 15:44:06 2007 UTC vs.
Revision 1.5 by root, Sat May 5 13:12:02 2007 UTC

16my $wait = 0.25; 16my $wait = 0.25;
17my $quiet = 0; 17my $quiet = 0;
18 18
19GetOptions ( 19GetOptions (
20 "count|c=i" => \$count, 20 "count|c=i" => \$count,
21 "rate|r=n" => \$rate, 21 "rate|r=f" => \$rate,
22 "wait|w=n" => \$wait, 22 "wait|w=f" => \$wait,
23 "quiet|q" => \$quiet, 23 "quiet|q" => \$quiet,
24) or exit 1; 24) or exit 1;
25 25
26my @ranges; 26my @ranges;
27 27

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines