On 09/08/06, Greg L Robillard <[EMAIL PROTECTED]> wrote:
> Using a data_set table handler.
>
> Using a
> for (request = requests; request; request = request->next)
> loop, I would assume that multiple OID requests would be handles within the
> loop. So sending multiple OID requests within a single
Using a data_set table handler.
Using a
for (request = requests; request; request =
request->next)
loop, I would assume that multiple OID requests
would be handles within the loop. So sending multiple OID requests within
a single snmpget, the for loop would get executed multiple times.