Re: Adaptation

2007-02-05 Thread Dave Shield
On 05/02/07, Ilie Savga <[EMAIL PROTECTED]> wrote: > For our work we are looking for a following project: > - open-source and implemented in .NET [snip] > Do you think, your project would be an appropriate one for us? The Net-SNMP project is primarily implemented in C (although there are pe

Adaptation

2007-02-05 Thread Ilie Savga
Hi everybody, we are developing a tool, which will cope with invalidating existing clients in the case of system (framework, library) evolution by supporting automated adaptation. More specifically, we adapt existing clients' binaries without requiring recompilation. For our work we are loo

Re: 5.3.1 does not compile if undef LOCK_PER_CALLBACK_SUBID

2007-02-05 Thread Dave Shield
On 02/02/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote > If LOCK_PER_CALLBACK_SUBID is not defined, Net-SNMP 5.3.1 will get > compiling errors in _callback_lock(), init_callbacks(), and > snmp_unregister_callback because they only handler _locks[major][minor]. > Should use _lock instead if LOCK

MIB development and compiling

2007-02-05 Thread Daphna Chacko
I am new to the SNMP environment I am trying to develop a MIB of my own Can anybody help me out by sending me the steps to develop and compile the MIB in the Linux environment It would be also helpful if i can get a simple MIB code(as an example) Regards Daphna *** Aricent-

5.3.1 does not compile if undef LOCK_PER_CALLBACK_SUBID

2007-02-05 Thread Emi . Yanagi
Dear net-snmp-coders, This is an easy to fix 5.3.1 bug report. If LOCK_PER_CALLBACK_SUBID is not defined, Net-SNMP 5.3.1 will get compiling errors in _callback_lock(), init_callbacks(), and snmp_unregister_callback because they only handler _locks[major][minor]. Should use _lock instead if LOC