Changeset 653 for branches/0.3/web/addons/job_monarch/libtoga.php
- Timestamp:
- 02/04/10 14:09:07 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.3/web/addons/job_monarch/libtoga.php
r652 r653 587 587 function TorqueXMLHandler( $clustername ) 588 588 { 589 $ jobs= array();590 $ clusters= array();589 $this->jobs = array(); 590 $this->clusters = array(); 591 591 $this->nodes = array(); 592 $ heartbeat= array();593 $ down_nodes= array();594 $ offline_nodes= array();592 $this->heartbeat = array(); 593 $this->down_nodes = array(); 594 $this->offline_nodes = array(); 595 595 $this->clustername = $clustername; 596 596 $this->fqdn = 1;
Note: See TracChangeset
for help on using the changeset viewer.