+17 October 2011: Wouter
+ - better documentation for inform_super (Thanks Yang Zhe).
+
14 October 2011: Wouter
- Fix for out-of-memory condition in libunbound (thanks
Robert Fleischman).
* results from this query state. These can then be changed for error
* or results.
* Called when a module is module_finished or returns module_error.
- * The super query states become runnable with event module_event_pass.
+ * The super query states become runnable with event module_event_pass,
+ * it calls the current module for the super with the inform_super event.
*
* @param mesh: mesh area to add newly runnable modules to.
* @param mstate: the state that has results, used to find mesh state.
/**
* inform super querystate about the results from this subquerystate.
- * Is called when the querystate is finished.
+ * Is called when the querystate is finished. The method invoked is
+ * the one from the current module active in the super querystate.
* @param qstate: the query state that is finished.
* Examine return_rcode and return_reply in the qstate.
* @param id: module id for this module.