Dear All:
I see this type Netsnmp_Free_List_Data in many fuction, however , i don't
realize how ti work;
after finding its prototype in net-snmp\library is :
typedef void(Netsnmp_Free_List_Data) (void *);
However I still don't know what this meaning for, can any one give me
answer?
thank yo
[Firstly, having asked a question, can you please *NOT* repeat the same question
again. The people who support this software are unpaid volunteers,
and answering
queries has to fit around other commitments - most particularly paid
employment.
Having sent your first message, please be patient an
Dear Dave:
Thank you a lot , and I will follow your suggestion and not violate this
mistake again, and thanks once again;
Best Regards,
Clement Hsu
-- Forwarded message --
From: Dave Shield <[EMAIL PROTECTED]>
Date: 2006/12/14 下午 5:09
Subject: Re: about snmpset and data_set.c n
On 13/12/06, Venkata Guddeti <[EMAIL PROTECTED]> wrote:
> I have recently upgraded Net-snmp to 5.4.
> I was getting values for all the columns in the hrStorageTable before with
> 5.3.1 (not sure of the correctness). After upgrade, I get some columns in a
> row missed. For example, values for hrSt
On 08/12/06, Alef Veld <[EMAIL PROTECTED]> wrote:
> if(vars->type==ASN_TIMETICKS) {
> if(i==1) data->sysUpTime=vars->val.integer;
> }
> if(vars->type==ASN_INTEGER) {
> if(i==5) data->ipForwarding=vars->val.integer;
> if(i==6) data->ifNumber=vars->val.integer;
> }
Remember tha
Dear Dave:
I am really sorry for post the same message last time. And I will not
make this mistake again. the version I used is net-snmp 5-4, and its mib
template seems much simple than net-snmp-5-3-1.
The problem is that many codes which net-snmp package provided is so
different to mib te