~ubuntu-branches/ubuntu/gutsy/net-snmp/gutsy-security

« back to all changes in this revision

Viewing changes to man/netsnmp_container.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 "null_container: Helps you implement specialized" 3 "19 Mar 2004" "net-snmp" \" -*- nroff -*-
 
2
.ad l
 
3
.nh
 
4
.SH NAME
 
5
null_container: Helps you implement specialized \- containers. 
 
6
More...
 
7
.SS "Modules"
 
8
 
 
9
.in +1c
 
10
.ti -1c
 
11
.RI "\fBnull_container: Helps you implement specialized\fP"
 
12
.br
 
13
.RI "\fIcontainers.\fP"
 
14
.PP
 
15
 
 
16
.in -1c
 
17
.SH "DETAILED DESCRIPTION"
 
18
.PP 
 
19
containers.
 
20
.PP
 
21
This is a simple container that doesn't actually contain anything. All the methods simply log a debug message and return.
 
22
.PP
 
23
The original intent for this container is as a wrapper for a specialized container. Implement the functions you need, create a null_container, and override the default functions with your specialized versions.
 
24
.PP
 
25
You can use the 'container:null' debug token to see what functions are being called, to help determine if you need to implement them.