ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/host/java/SystemMonitor.java
(Generate patch)

Comparing projects/cms/source/host/java/SystemMonitor.java (file contents):
Revision 1.7 by ab11, Fri Dec 8 15:45:28 2000 UTC vs.
Revision 1.8 by tdb, Fri Jan 19 00:13:49 2001 UTC

# Line 72 | Line 72 | class SystemMonitor {
72              System.out.println(e);
73          }
74                  String date = Long.toString(System.currentTimeMillis());
75 <        XMLFormatter xml = new XMLFormatter("packet", "machine_name=\""+host+"\" ip=\""+ip+"\" date=\""+date+"\" seq_no=\""+sequence+"\"");
75 >        XMLFormatter xml = new XMLFormatter("packet", "machine_name=\""+host+"\" ip=\""+ip+"\" date=\""+date+"\" seq_no=\""+sequence+"\" type=\"data\"");
76  
77              // get and decode the data
78              DecodeCPU_TXT details = new DecodeCPU_TXT();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines