~ubuntu-branches/ubuntu/intrepid/net-snmp/intrepid-updates

« back to all changes in this revision

Viewing changes to agent/helpers/all_helpers.c

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2006-11-28 12:29:34 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20061128122934-82xxzy2zcvypnvy7
Tags: 5.2.3-4ubuntu1
* Merge from debian unstable, remaining changes:
  - remove stop links from rc0 and rc6

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
    netsnmp_init_stash_cache_helper();
44
44
}
45
45
 
46
 
/** @defgroup utilities utility_handlers: simplify request processing
 
46
/** @defgroup utilities utility_handlers
 
47
 *  Simplify request processing
47
48
 *  A group of handlers intended to simplify certain aspects of processing
48
49
 *  a request for a MIB object.  These helpers do not implement any MIB
49
50
 *  objects themselves.  Rather they handle specific generic situations,
52
53
 *  @ingroup handler
53
54
 */
54
55
 
55
 
/** @defgroup leaf leaf_handlers: process individual leaf objects
 
56
/** @defgroup leaf leaf_handlers
 
57
 *  Process individual leaf objects
56
58
 *  A group of handlers to implement individual leaf objects and instances
57
59
 *  (both scalar objects, and individual objects and instances within a table).
58
60
 *  These handlers will typically allow control to be passed down to a lower