On Fri, Jan 14, 2005 at 01:44:01PM -0500, Robert Story wrote: > > I am 100% confident that I can write a helper than will ensure that modules > using the existing state map will be called at the right time, and will need > no > modifications to work with the new state. >
One question: Given the babysteps, where will you issue the COMMIT request to an AgentX subagent? You can't do it in the babystep_commit state since the subagent might answer undoFailed, so that would be overly optimistic. You can put it in the babystep_irreversible_commit state but since the AgentX spec says that you should try really hard to make the actions undoable that seems overly pessimistic. /MF ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
