RE: processing multiple varbinds as a blob

2008-04-30 Thread Bell, Adam
OK Thanks -Original Message- From: Wes Hardaker [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 29, 2008 11:38 AM To: Bell, Adam Cc: Wes Hardaker; [email protected] Subject: Re: processing multiple varbinds as a blob >>>>> On Tue, 29 Apr 2008 10:56:

Re: processing multiple varbinds as a blob

2008-04-29 Thread Wes Hardaker
> On Tue, 29 Apr 2008 10:56:44 -0400, "Bell, Adam" <[EMAIL PROTECTED]> said: AB> The problem I see is that the request->processed flag applied to the AB> loop iteration "request" and each varbaind attached to it, so I can mark AB> the request as processed but it does not directly impact the fo

Re: processing multiple varbinds as a blob

2008-04-29 Thread Wes Hardaker
> On Mon, 28 Apr 2008 08:21:15 -0400, "Bell, Adam" <[EMAIL PROTECTED]> said: AB> The request data structure is all the incoming data given to the AB> processing handler. It seems to be a list of requests, each with AB> different lists of varbinds (although mostly common to each other). It is