~ubuntu-branches/ubuntu/trusty/net-snmp/trusty

« back to all changes in this revision

Viewing changes to man/netsnmp_baby_steps.3

  • Committer: Bazaar Package Importer
  • Author(s): Jochen Friedrich
  • Date: 2010-06-10 18:02:54 UTC
  • mto: (1.4.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: james.westby@ubuntu.com-20100610180254-6ezvupl2clicwdqf
ImportĀ upstreamĀ versionĀ 5.4.3~dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH "baby_steps" 3 "5 Sep 2008" "Version 5.4.2" "net-snmp" \" -*- nroff -*-
 
1
.TH "baby_steps" 3 "23 May 2010" "Version 5.4.3.pre1" "net-snmp" \" -*- nroff -*-
2
2
.ad l
3
3
.nh
4
4
.SH NAME
5
 
baby_steps \- Calls your handler in baby_steps for set processing.  
 
5
baby_steps \- 
 
6
.PP
 
7
Calls your handler in baby_steps for set processing.  
6
8
 
7
 
.PP
8
9
.SS "Modules"
9
10
 
10
11
.in +1c
27
28
.SH "Detailed Description"
28
29
.PP 
29
30
Calls your handler in baby_steps for set processing. 
30
 
.PP
31
31
.SH "Function Documentation"
32
32
.PP 
33
33
.SS "\fBnetsnmp_mib_handler\fP* netsnmp_baby_steps_handler_get (u_long modes)"
35
35
returns a baby_steps handler that can be injected into a given handler chain. 
36
36
.PP
37
37
Definition at line 58 of file baby_steps.c.
38
 
.PP
39
 
References netsnmp_mib_handler_s::myvoid, netsnmp_create_handler(), netsnmp_handler_free(), NULL, netsnmp_baby_steps_modes_s::registered, snmp_log(), and SNMP_MALLOC_TYPEDEF.
40
 
.PP
41
 
Referenced by netsnmp_baby_steps_handler_init().
42
38
.SS "void netsnmp_baby_steps_handler_init (void)"
43
39
.PP
44
40
initializes the baby_steps helper which then registers a baby_steps handler as a run-time injectable handler for configuration file use. 
45
41
.PP
46
42
Definition at line 319 of file baby_steps.c.
47
 
.PP
48
 
References netsnmp_baby_steps_handler_get(), and netsnmp_register_handler_by_name().
 
43
.SH "Author"
 
44
.PP 
 
45
Generated automatically by Doxygen for net-snmp from the source code.