Hi.

    I'm currently working on a project that allow to access some data for
    which access is locked. Variables are in a shared memory segment and
    any access to that segment is locked via a semaphore.

    The project (that I did not create: I just hack on it) is a library to
    ease the creation of a sub-agent for our client company. The previous
    developper have used the netsnmp_register_int_instance() function to
    register integer variables.
    As access are locked, I would like to add a lock/unlock function around
    the GET or SET action :

    get :
    - lock
    - GET
    - unlock

    set :
    - lock
    - SET
    - unlock

    I could not find any answer to that by reading the archives for 3 days.
    Could someone give me hints on how to proceed ?

    Thank you in advance.


Thomas.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to