>>>>> On Sun, 20 Feb 2011 11:40:14 -0800, Zahra Ghavami >>>>> <[email protected]> said: nG> I used different kinds of table handler (data-set, container,…), but ZG> couldn’t find a way to use data defined somewhere else as table objects.
You need to get access to the container objects itself and loop through the data. Each handler type will have it's own method of storing data essentially. The other option is to have the data in your own structures, and have a handler wrap around and access those structures to pull the data out. Generally which you want depends on which is more important to you and how the data is actually going to be used. -- Wes Hardaker Please mail all replies to [email protected] ------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
