did some work on the cluster database related things
[spider.git] / perl / cluster.pl
index e98dd156996eaafc1a175e26236c3b1e9501be3c..e3309a159e2424749ee15638c4c085eaeb2fdf48 100755 (executable)
@@ -185,6 +185,9 @@ $SIG{'HUP'} = 'IGNORE';
 # initialise the protocol engine
 DXProt->init();
 
+# put in a DXCluster node for us here so we can add users and take them away
+DXNode->new(0, $mycall, 0, 1, $DXProtvars::myprot_version); 
+
 # this, such as it is, is the main loop!
 print "orft we jolly well go ...\n";
 for (;;) {