Hi, I have to access data that are in other table. Let me show:

1. The user changes the value of a field in a table (e.g.
hostTable->diskTableIndex) which is the index of other table (e.g.
diskTable). In my example, the user is switching the disk of a host in
hostTable (hostTable->diskTableIndex), for example, from "1" to "2".

2. I'm writing code in MFD style, currently working on "hostTable".
How do I access the "diskTable" data, from "hostTable" implementation
? Is there a way to access data store of all tables inside the agent
(e.g: a container with all tables), or need to use client snmp API
(snmp_session session, snmp_pdu, etc) ?

Don't need to be much specific, any direction, tutorial or advice can help.

Thanks

Ricardo

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
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