Re: cache load never gets called

2010-04-23 Thread Kathy McLeod
: cache load never gets called AM

Re: cache load never gets called

2010-04-13 Thread Kathy McLeod
load never gets called AM

Re: cache load never gets called

2010-04-13 Thread Dave Shield
On 13 April 2010 15:11, Kathy McLeod kmcl...@us.ibm.com wrote: I know I am not supposed to bug, but have you had a chance to look at this? No - I've been concentrating on build problems with the two releases that we're trying to get out of the door. (Plus Real Paid Work that keeps getting in

Re: cache load never gets called

2010-04-13 Thread Kathy McLeod
(See attached file: lldpPortConfigTable.cache.c) Hi - I had to make a couple of changes to the code generated by the mib2c when I added the cache option (because the generated methods didn't exist (or at least the compiler didn't find them and neither did I)). There didn't seem to be a lot of

RE: cache load never gets called

2010-04-13 Thread Mike Ayers
From: Kathy McLeod [mailto:kmcl...@us.ibm.com] Sent: Tuesday, April 13, 2010 7:11 AM I know I am not supposed to bug, but have you had a chance to look at this? I have a deadline coming up and need to get it working. Please clarify your current problems. The email you forwarded was

Re: cache load never gets called

2010-04-07 Thread Dave Shield
On 6 April 2010 20:59, Kathy McLeod kmcl...@us.ibm.com wrote: 1)  I thought it would always issue a free before a load. Not quite. The purpose of the free hook is to release the information left over from the previous load call.This can either be done immediately before the next load, or

Re: cache load never gets called

2010-04-07 Thread Kathy McLeod
net-snmp-us...@lists.sourceforge.ne t Subject 04/07/2010 05:32 Re: cache load never gets called AM

Re: cache load never gets called

2010-04-06 Thread Dave Shield
On 30 March 2010 21:12, Kathy McLeod kmcl...@us.ibm.com wrote: I ran the mib2c to generate a cache handler for a file created using mib2c.table_data.conf.  The main function still works ok, but even tho I set the cache timeout value to -1, it never seems to expire.  I also tested with a

Re: cache load never gets called

2010-04-06 Thread Kathy McLeod
-snmp-us...@lists.sourceforge.ne t Subject 04/06/2010 04:51 Re: cache load never gets called AM

RE: cache load never gets called

2010-04-05 Thread Mike Ayers
From: Kathy McLeod [mailto:kmcl...@us.ibm.com] Sent: Tuesday, March 30, 2010 1:13 PM I ran the mib2c to generate a cache handler for a file created using mib2c.table_data.conf. The main function still works ok, but even tho I set the cache timeout value to -1, it never seems to expire. I

RE: cache load never gets called

2010-04-05 Thread Mike Ayers
[Responses to the list, please] From: Kathy McLeod [mailto:kmcl...@us.ibm.com] Sent: Monday, April 05, 2010 12:45 PM Well, I think that is part of the problem. I don't understand from the documentation how this is supposed to work. I thought if I injected a cache handler, then