typemap sigar_uint64_t to avoid compile warnings

This commit is contained in:
Doug MacEachern 2005-05-14 00:31:25 +00:00
parent 713e955063
commit c67e485d0f
2 changed files with 2 additions and 2 deletions

View File

@ -955,7 +955,7 @@ my %jfields = (
);
my %pfields = (
Long => "UV",
Long => "sigar_uint64_t",
Double => "double",
Int => "IV",
Char => "char",

View File

@ -1,7 +1,7 @@
Sigar T_PTROBJ
sigar_pid_t T_UV
sigar_uint64_t T_UV
const char * T_PV
UV T_UV
Sigar::NetAddr T_NETADDR
#generated list