This is a discussion on Re: Semaphore / Synchronizing write operations within the SNMP Users forums, part of the Networking and Network Related category; On 23/10/2007, vsaavedra <vsaavedra@maisis.pt> wrote: > The agent/mibgroup/mibII/setSerialNo.c dont use ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On 23/10/2007, vsaavedra <vsaavedra@maisis.pt> wrote:
> The agent/mibgroup/mibII/setSerialNo.c dont use the > > netsnmp_register_watched_spinlock( netsnmp_handler_registration > *reginfo,int *spinlock) function! Oh yes it does! static int setserialno; void init_setSerialNo(void) { oid set_serial_oid[] = { 1, 3, 6, 1, 6, 3, 1, 1, 6, 1 }; netsnmp_register_watched_spinlock( netsnmp_create_handler_registration("snmpSetSerial No", NULL, set_serial_oid, OID_LENGTH(set_serial_oid), HANDLER_CAN_RWRITE), &setserialno ); } > For a simple scenario, whats the best aproach? See above. Dave ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/...net-snmp-users |