X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fcluster.pl;h=015fbc9c3e112a473d59099a2349fa3210993abb;hb=21e7642d216656c60b164d76208633a0c81cf5db;hp=f9bc45ffc1d797c80a702048e0107ad76711ef86;hpb=8cc3ac88ee6ba2216a9f19761385c9869a2f91b1;p=spider.git diff --git a/perl/cluster.pl b/perl/cluster.pl index f9bc45ff..015fbc9c 100755 --- a/perl/cluster.pl +++ b/perl/cluster.pl @@ -170,6 +170,9 @@ $SIG{'INT'} = \&cease; $SIG{'TERM'} = \&cease; $SIG{'HUP'} = 'IGNORE'; +# initialise the protocol engine +DXProt->init(); + # this, such as it is, is the main loop! for (;;) { my $timenow;