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

Comparing projects/cms/source/host/ihost-perl/ihost.pl (file contents):
Revision 1.37 by tdb, Mon Nov 19 14:15:14 2001 UTC vs.
Revision 1.39 by tdb, Mon Nov 19 17:43:00 2001 UTC

# Line 277 | Line 277 | sub send_udp_packet() {
277      push(@data, "packet.attributes.type=data");
278      push(@data, "packet.attributes.ip=$ip");
279      
280 +    # sort the data
281 +    @data = sort(@data);
282 +    
283      # turn the array into some nice XML
284      my($xml) = &make_xml("", "");
285      
# Line 289 | Line 292 | sub send_udp_packet() {
292      print $sock $xml or die "Could not send UDP packet: $!\n";
293      close($sock);
294      $seq_no++;
295 <    print "-: $xml\n";
295 >    print "-";
296      
297      return;
298   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines