1null_container(3)                  net-snmp                  null_container(3)
2
3
4

NAME

6       null_container - Helps you implement specialized containers.
7
8
9   Modules
10       null_container
11           Helps you implement specialized containers.
12
13   Functions
14       netsnmp_container * netsnmp_container_get_null (void)
15       netsnmp_factory * netsnmp_container_get_null_factory (void)
16       void netsnmp_container_null_init (void)
17

Detailed Description

19       Helps you implement specialized containers.
20
21       This is a simple container that doesn't actually contain anything. All
22       the methods simply log a debug message and return.
23
24       The original intent for this container is as a wrapper for a
25       specialized container. Implement the functions you need, create a
26       null_container, and override the default functions with your
27       specialized versions.
28
29       You can use the 'container:null' debug token to see what functions are
30       being called, to help determine if you need to implement them.
31
32
33
34Version 5.4                       24 Nov 2006                null_container(3)
Impressum