~ubuntu-branches/ubuntu/precise/net-snmp/precise

« back to all changes in this revision

Viewing changes to man/netsnmp_netsnmp_table_registration_info_s.3

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-06-28 14:59:36 UTC
  • mfrom: (1.2.3 upstream) (1.1.12 sid)
  • Revision ID: james.westby@ubuntu.com-20100628145936-cbiallic69pn044g
Tags: 5.4.3~dfsg-1ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Set Ubuntu maintainer address.
  - net-snmp-config: Use bash. (LP: #104738)
  - Removed multiuser option when calling update-rc.d. (LP: #254261)
  - debian/snmpd.init: LSBify the init script.
  - debian/patches/52_fix_snmpcmd_1_typo.patch: Adjust a typo in snmpcmd.1
    (LP: #250459)
  - debian/snmpd.postinst: source debconf before doing work, LP: #589056
  - debian/snmp.preinst, debian/snmp.prerm: kill any/all processes owned by
    snmp user before install/uninstall, LP: #573391
  - Add apport hook (LP: #533603):
  - debian/{snmp,snmpd}.apport: Added.
  - debian/control: Build-depends on dh-apport.
  - debian/rules: 
    + Add --with apport.
    + override_dh_apport to install hook on snmpd package only.
 * Dropped patches:
   - debian/patches/99-fix-ubuntu-div0.patch: Fix dvision by zero.. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH "netsnmp_table_registration_info_s" 3 "5 Sep 2008" "Version 5.4.2" "net-snmp" \" -*- nroff -*-
 
1
.TH "netsnmp_table_registration_info_s" 3 "23 May 2010" "Version 5.4.3.pre1" "net-snmp" \" -*- nroff -*-
2
2
.ad l
3
3
.nh
4
4
.SH NAME
5
 
netsnmp_table_registration_info_s \- Table registration structure.  
 
5
netsnmp_table_registration_info_s \- 
 
6
.PP
 
7
Table registration structure.  
6
8
 
7
 
.PP
8
9
.SH SYNOPSIS
9
10
.br
10
11
.PP
 
12
.PP
11
13
\fC#include <table.h>\fP
12
 
.PP
13
14
.SS "Data Fields"
14
15
 
15
16
.in +1c
46
47
list of varbinds with only 'type' set 
47
48
.PP
48
49
Definition at line 76 of file table.h.
49
 
.PP
50
 
Referenced by netsnmp_get_table_handler(), netsnmp_register_table_data_set(), netsnmp_register_table_iterator(), and table_helper_handler().
 
50
.SS "unsigned int \fBnetsnmp_table_registration_info_s::max_column\fP"
 
51
.PP
 
52
the maximum columns number 
 
53
.PP
 
54
Definition at line 87 of file table.h.
 
55
.SS "unsigned int \fBnetsnmp_table_registration_info_s::min_column\fP"
 
56
.PP
 
57
the minimum columns number. If there are columns in-between which are not valid, use valid_columns to get automatic column range checking. 
 
58
.PP
 
59
Definition at line 85 of file table.h.
51
60
.SS "unsigned int \fBnetsnmp_table_registration_info_s::number_indexes\fP"
52
61
.PP
53
62
calculated automatically 
54
63
.PP
55
64
Definition at line 78 of file table.h.
56
 
.PP
57
 
Referenced by netsnmp_get_table_handler(), and table_helper_handler().
58
 
.SS "unsigned int \fBnetsnmp_table_registration_info_s::min_column\fP"
59
 
.PP
60
 
the minimum columns number. 
61
 
.PP
62
 
If there are columns in-between which are not valid, use valid_columns to get automatic column range checking. 
63
 
.PP
64
 
Definition at line 85 of file table.h.
65
 
.PP
66
 
Referenced by netsnmp_register_table_data_set(), netsnmp_table_iterator_helper_handler(), netsnmp_table_row_register(), and table_helper_handler().
67
 
.SS "unsigned int \fBnetsnmp_table_registration_info_s::max_column\fP"
68
 
.PP
69
 
the maximum columns number 
70
 
.PP
71
 
Definition at line 87 of file table.h.
72
 
.PP
73
 
Referenced by netsnmp_register_table_data_set(), netsnmp_table_iterator_helper_handler(), netsnmp_table_row_register(), and table_helper_handler().
74
65
.SS "\fBnetsnmp_column_info\fP* \fBnetsnmp_table_registration_info_s::valid_columns\fP"
75
66
.PP
76
67
more details on columns 
77
68
.PP
78
69
Definition at line 90 of file table.h.
79
 
.PP
80
 
Referenced by table_helper_handler().
81
70
 
82
71
.SH "Author"
83
72
.PP