Re: Code placement

2007-03-30 Thread Varun Chandramohan
Wes Hardaker wrote: >> "VC" == Varun Chandramohan <[EMAIL PROTECTED]> writes: >> > > VC> Iam implementing some features that were broken in > VC> net-snmp 5.4. For the eg in udpEndpointProcess the value returned is 0 > VC> instead of pid. Now i have implemented a common functio

Re: Code placement

2007-03-30 Thread Wes Hardaker
> "VC" == Varun Chandramohan <[EMAIL PROTECTED]> writes: VC> Iam implementing some features that were broken in VC> net-snmp 5.4. For the eg in udpEndpointProcess the value returned is 0 VC> instead of pid. Now i have implemented a common function to return the VC> pid. I use this function for

Code placement

2007-02-22 Thread Varun Chandramohan
Hi all, Iam implementing some features that were broken in net-snmp 5.4. For the eg in udpEndpointProcess the value returned is 0 instead of pid. Now i have implemented a common function to return the pid. I use this function for both udp mib and tcp mib. However iam not sure where