X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FInvestigate.pm;h=811d6380386f5ede159e0aac4b7c4b3ba0f54f09;hb=4937d077fd03279aae2cbba6f1252ffdb04cc7a5;hp=426e23ebfe11ab5650be7ecd79320da6662161f0;hpb=817ce3f71cc80d27ceaca7706800ce1ac7e94b51;p=spider.git diff --git a/perl/Investigate.pm b/perl/Investigate.pm index 426e23eb..811d6380 100644 --- a/perl/Investigate.pm +++ b/perl/Investigate.pm @@ -124,7 +124,7 @@ sub process if ($v->{state} eq 'start') { my $via = $via{$v->{via}} || 0; if ($main::systime > $via+$pingint) { - DXProt::addping($main::mycall, $v->{call}, $v->{via}); + DXXml::Ping::add($main::me, $v->{call}, $v->{via}); $v->{start} = $lastping = $main::systime; dbg("Investigate: ping sent to $v->{call} via $v->{via}") if isdbg('investigate'); $v->chgstate('waitping');