X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=perl%2Fcluster.pl;h=e3309a159e2424749ee15638c4c085eaeb2fdf48;hp=e98dd156996eaafc1a175e26236c3b1e9501be3c;hb=7432cb12ce865030c8b0315a30764e0088a59102;hpb=e5b0e3dee551a224de284a5ba550098256fcb268 diff --git a/perl/cluster.pl b/perl/cluster.pl index e98dd156..e3309a15 100755 --- a/perl/cluster.pl +++ b/perl/cluster.pl @@ -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 (;;) {