converting NetAddr to string

This commit is contained in:
Doug MacEachern 2004-09-17 20:21:02 +00:00
parent bca2d77746
commit 70e3f80232
1 changed files with 1 additions and 2 deletions

View File

@ -844,12 +844,11 @@ my %pfields = (
Int => "IV",
Char => "char",
String => "char *",
NetAddr => "Sigar::NetAddr",
);
$jfields{'NetAddr'} = $jfields{'String'};
$pfields{'NetAddr'} = 'UV'; #XXX in java is a String
my %jinit = (
String => 'null',
);