diff --git a/bindings/perl/Sigar.xs b/bindings/perl/Sigar.xs index ac82d93f..25c9fb37 100644 --- a/bindings/perl/Sigar.xs +++ b/bindings/perl/Sigar.xs @@ -32,6 +32,8 @@ typedef sigar_net_route_t * Sigar__NetRoute; typedef sigar_net_interface_stat_t * Sigar__NetInterfaceStat; typedef sigar_who_t * Sigar__Who; typedef sigar_thread_cpu_t * Sigar__ThreadCpu; +typedef sigar_resource_limit_t * Sigar__ResourceLimit; +typedef sigar_net_info_t * Sigar__NetInfo; /* Perl < 5.6 */ #ifndef aTHX_ diff --git a/bindings/perl/typemap b/bindings/perl/typemap index 5734bef4..d6499d5f 100644 --- a/bindings/perl/typemap +++ b/bindings/perl/typemap @@ -28,6 +28,8 @@ Sigar::NetRoute T_PTROBJ Sigar::NetInterfaceStat T_PTROBJ Sigar::Who T_PTROBJ Sigar::ThreadCpu T_PTROBJ +Sigar::ResourceLimit T_PTROBJ +Sigar::NetInfo T_PTROBJ OUTPUT T_NETADDR