Re: containers

2010-05-25 Thread Dave Shield
On 25 May 2010 04:35, John Fisher wrote: > Is this a good idea and it hasn't been done because no-one has had the time That would be my guess, yes. Go for it. Dave -- ___ Net

Re: containers

2004-08-19 Thread Users
On Wed, 18 Aug 2004 09:50:26 +0100 Dave wrote: DS> > I am confused what this container list stores. DS> [...] DS> The global variable 'containers' is used to hold the list of these DS> "container factories" - so that an appropriate example can be returned DS> when required. DS> DS> Is that reaso

Re: containers

2004-08-18 Thread Dave Shield
> This global variable is defined in \snmplib\container.c (net-snmp 5.1.2) > line 10: static netsnmp_container *containers = NULL; OK - Thanks. Robert is the expert on this feature, so no doubt he will correct me when I go wrong. > I am confused what this container list stores. As I underst

RE: containers

2004-08-18 Thread valley
Shield Sent: Wednesday, August 18, 2004 4:22 PM To: valley Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: containers > I can not understand the use of global variable "containers". Which global variable are you referring to? I've had a quick look through the current sour

Re: containers

2004-08-18 Thread Dave Shield
> I can not understand the use of global variable "containers". Which global variable are you referring to? I've had a quick look through the current source tree, and can't immediately spot this. Which file are you looking at? Dave --- SF.Ne