In the examples for the table_data helper UNDO is accomplished
by having old and new entries in the row data structure:
struct foo_entry {
...
long foo;
long old_foo;
long bar;
long old_bar;
...
};
I'm not interested in doubling the size of my main data structure
to accomodate UNDO in this way so I'm going to create a new storage
for it.
Is request->parent_data a reasonable place to do this? It seems
handy as it will allow me to avoid searching for the matching data.
-Vance
-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders