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

« back to all changes in this revision

Viewing changes to man/netsnmp_netsnmp_handler_registration_s.3

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2004-09-13 12:06:21 UTC
  • Revision ID: james.westby@ubuntu.com-20040913120621-g952ntonlleihcvm
Tags: upstream-5.1.1
ImportĀ upstreamĀ versionĀ 5.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH "netsnmp_handler_registration_s" 3 "19 Mar 2004" "net-snmp" \" -*- nroff -*-
 
2
.ad l
 
3
.nh
 
4
.SH NAME
 
5
netsnmp_handler_registration_s \- Root registration info. 
 
6
.SH SYNOPSIS
 
7
.br
 
8
.PP
 
9
\fC#include <agent_handler.h>\fP
 
10
.PP
 
11
.SS "Data Fields"
 
12
 
 
13
.in +1c
 
14
.ti -1c
 
15
.RI "char * \fBhandlerName\fP"
 
16
.br
 
17
.RI "\fIfor mrTable listings, and other uses\fP"
 
18
.ti -1c
 
19
.RI "char * \fBcontextName\fP"
 
20
.br
 
21
.RI "\fINULL = default context.\fP"
 
22
.ti -1c
 
23
.RI "oid * \fBrootoid\fP"
 
24
.br
 
25
.RI "\fIwhere are we registered at?\fP"
 
26
.ti -1c
 
27
.RI "\fBnetsnmp_mib_handler\fP * \fBhandler\fP"
 
28
.br
 
29
.RI "\fIhandler details\fP"
 
30
.ti -1c
 
31
.RI "int \fBpriority\fP"
 
32
.br
 
33
.RI "\fImore optional stuff\fP"
 
34
.in -1c
 
35
.SH "DETAILED DESCRIPTION"
 
36
.PP 
 
37
Root registration info.
 
38
.PP
 
39
The variables handlerName, contextName, and rootoid need to be allocated on the heap, when the registration structure is unregistered using \fBunregister_mib_context()\fP the code attempts to free them. 
 
40
.PP
 
41
\fBExamples: \fP
 
42
.in +1c
 
43
.PP
 
44
\fBdelayed_instance.c\fP.
 
45
.PP
 
46
Definition at line 67 of file agent_handler.h.
 
47
.SH "FIELD DOCUMENTATION"
 
48
.PP 
 
49
.SS "char* netsnmp_handler_registration_s::contextName"
 
50
.PP
 
51
NULL = default context.
 
52
.PP
 
53
Definition at line 72 of file agent_handler.h.
 
54
.PP
 
55
Referenced by netsnmp_handler_registration_dup(), netsnmp_handler_registration_free(), netsnmp_register_handler(), and netsnmp_register_handler_nocallback().
 
56
.SS "\fBnetsnmp_mib_handler\fP* netsnmp_handler_registration_s::handler"
 
57
.PP
 
58
handler details
 
59
.PP
 
60
Definition at line 83 of file agent_handler.h.
 
61
.PP
 
62
Referenced by netsnmp_create_handler_registration(), netsnmp_find_handler_by_name(), netsnmp_find_table_array_handler(), netsnmp_handler_registration_dup(), netsnmp_handler_registration_free(), netsnmp_inject_handler_before(), netsnmp_register_handler(), netsnmp_register_handler_nocallback(), and netsnmp_table_container_register().
 
63
.SS "char* netsnmp_handler_registration_s::handlerName"
 
64
.PP
 
65
for mrTable listings, and other uses
 
66
.PP
 
67
Definition at line 70 of file agent_handler.h.
 
68
.PP
 
69
Referenced by netsnmp_create_handler_registration(), netsnmp_handler_registration_dup(), netsnmp_handler_registration_free(), netsnmp_old_api_helper(), netsnmp_register_handler(), and netsnmp_table_iterator_helper_handler().
 
70
.SS "int netsnmp_handler_registration_s::priority"
 
71
.PP
 
72
more optional stuff
 
73
.PP
 
74
Definition at line 89 of file agent_handler.h.
 
75
.PP
 
76
Referenced by netsnmp_handler_registration_dup(), netsnmp_register_handler(), and netsnmp_register_handler_nocallback().
 
77
.SS "oid* netsnmp_handler_registration_s::rootoid"
 
78
.PP
 
79
where are we registered at?
 
80
.PP
 
81
Definition at line 77 of file agent_handler.h.
 
82
.PP
 
83
Referenced by netsnmp_cache_helper_handler(), netsnmp_create_handler_registration(), netsnmp_handler_registration_dup(), netsnmp_handler_registration_free(), netsnmp_old_api_helper(), netsnmp_register_cache_handler(), netsnmp_register_handler(), netsnmp_register_handler_nocallback(), netsnmp_register_read_only_scalar(), netsnmp_register_scalar(), netsnmp_row_merge_helper_handler(), netsnmp_table_build_oid(), netsnmp_table_build_oid_from_index(), netsnmp_table_data_build_result(), netsnmp_table_data_helper_handler(), netsnmp_table_iterator_helper_handler(), and table_helper_handler().
 
84
 
 
85
.SH "AUTHOR"
 
86
.PP 
 
87
Generated automatically by Doxygen for net-snmp from the source code.