From c224d52ce3ad4872e8a0f1bd3e63f019d46d123d Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Tue, 6 Dec 2005 17:13:59 +0000 Subject: [PATCH] update typemap --- bindings/perl/Sigar.xs | 2 ++ bindings/perl/typemap | 2 ++ 2 files changed, 4 insertions(+) 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