You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-11-03 17:13:17 +03:00
40 lines
1.1 KiB
Groff
40 lines
1.1 KiB
Groff
.TH "null_container: Helps you implement specialized" 3 "30 Jun 2005" "Version 5.2.1.rc3" "net-snmp" \" -*- nroff -*-
|
|
.ad l
|
|
.nh
|
|
.SH NAME
|
|
null_container: Helps you implement specialized \- containers.
|
|
|
|
.PP
|
|
.SS "Modules"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "\fBnull_container: Helps you implement specialized\fP"
|
|
.br
|
|
.RI "\fIcontainers. \fP"
|
|
.PP
|
|
|
|
.in -1c
|
|
.SS "Functions"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "netsnmp_container * \fBnetsnmp_container_get_null\fP (void)"
|
|
.br
|
|
.ti -1c
|
|
.RI "netsnmp_factory * \fBnetsnmp_container_get_null_factory\fP (void)"
|
|
.br
|
|
.ti -1c
|
|
.RI "void \fBnetsnmp_container_null_init\fP (void)"
|
|
.br
|
|
.in -1c
|
|
.SH "Detailed Description"
|
|
.PP
|
|
containers.
|
|
.PP
|
|
This is a simple container that doesn't actually contain anything. All the methods simply log a debug message and return.
|
|
.PP
|
|
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.
|
|
.PP
|
|
You can use the 'container:null' debug token to see what functions are being called, to help determine if you need to implement them.
|