~ubuntu-branches/debian/lenny/net-snmp/lenny

« back to all changes in this revision

Viewing changes to man/netsnmp_multiplexer.3

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-05-10 22:20:23 UTC
  • Revision ID: james.westby@ubuntu.com-20070510222023-3fr07xb9i17xvq32
Tags: upstream-5.3.1
ImportĀ upstreamĀ versionĀ 5.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH "multiplexer" 3 "14 Jul 2006" "Version 5.2.3" "net-snmp" \" -*- nroff -*-
 
1
.TH "multiplexer" 3 "13 Jul 2006" "Version 5.3.1" "net-snmp" \" -*- nroff -*-
2
2
.ad l
3
3
.nh
4
4
.SH NAME
41
41
.PP
42
42
returns a multiplixer handler given a \fBnetsnmp_mib_handler_methods\fP structure of subhandlers. 
43
43
.PP
44
 
Definition at line 37 of file multiplexer.c.
 
44
Definition at line 33 of file multiplexer.c.
45
45
.PP
46
46
References netsnmp_mib_handler_s::myvoid, netsnmp_create_handler(), netsnmp_multiplexer_helper_handler(), NULL, and snmp_log().
47
47
.SS "int netsnmp_multiplexer_helper_handler (\fBnetsnmp_mib_handler\fP * handler, \fBnetsnmp_handler_registration\fP * reginfo, \fBnetsnmp_agent_request_info\fP * reqinfo, \fBnetsnmp_request_info\fP * requests)"
48
48
.PP
49
49
implements the multiplexer helper 
50
50
.PP
51
 
Definition at line 58 of file multiplexer.c.
 
51
Definition at line 54 of file multiplexer.c.
52
52
.PP
53
 
References netsnmp_agent_request_info_s::mode, netsnmp_mib_handler_s::myvoid, netsnmp_call_handler(), netsnmp_set_all_requests_error(), and snmp_log().
 
53
References netsnmp_agent_request_info_s::mode, netsnmp_mib_handler_s::myvoid, netsnmp_call_handler(), netsnmp_request_set_error_all(), and snmp_log().
54
54
.PP
55
55
Referenced by netsnmp_get_multiplexer_handler().