well on the way to having a working cluster database
[spider.git] / perl / cluster.pl
index f9bc45ffc1d797c80a702048e0107ad76711ef86..015fbc9c3e112a473d59099a2349fa3210993abb 100755 (executable)
@@ -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;