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

« back to all changes in this revision

Viewing changes to agent/mibgroup/notification/snmpNotifyFilterProfileTable.h

  • 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
/*
 
2
 * This file was generated by mib2c and is intended for use as a mib module
 
3
 * for the ucd-snmp snmpd agent. 
 
4
 */
 
5
 
 
6
 
 
7
#ifndef _MIBGROUP_SNMPNOTIFYFILTERPROFILETABLE_H
 
8
#define _MIBGROUP_SNMPNOTIFYFILTERPROFILETABLE_H
 
9
 
 
10
 
 
11
/*
 
12
 * we may use header_complex from the header_complex module 
 
13
 */
 
14
 
 
15
 
 
16
config_require(header_complex)
 
17
 
 
18
 
 
19
    /*
 
20
     * our storage structure(s) 
 
21
     */
 
22
     struct snmpNotifyFilterProfileTable_data {
 
23
 
 
24
         char           *snmpTargetParamsName;
 
25
         size_t          snmpTargetParamsNameLen;
 
26
         char           *snmpNotifyFilterProfileName;
 
27
         size_t          snmpNotifyFilterProfileNameLen;
 
28
         long            snmpNotifyFilterProfileStorType;
 
29
         long            snmpNotifyFilterProfileRowStatus;
 
30
 
 
31
     };
 
32
 
 
33
 
 
34
 
 
35
 
 
36
/*
 
37
 * enum definitions from the covered mib sections 
 
38
 */
 
39
 
 
40
 
 
41
 
 
42
 
 
43
 
 
44
 
 
45
 
 
46
 
 
47
/*
 
48
 * function prototypes 
 
49
 */
 
50
 
 
51
 
 
52
     void            init_snmpNotifyFilterProfileTable(void);
 
53
     FindVarMethod   var_snmpNotifyFilterProfileTable;
 
54
     void            parse_snmpNotifyFilterProfileTable(const char *,
 
55
                                                        char *);
 
56
     SNMPCallback    store_snmpNotifyFilterProfileTable;
 
57
 
 
58
     WriteMethod     write_snmpNotifyFilterProfileName;
 
59
     WriteMethod     write_snmpNotifyFilterProfileStorType;
 
60
     WriteMethod     write_snmpNotifyFilterProfileRowStatus;
 
61
 
 
62
 
 
63
 
 
64
#endif                          /* _MIBGROUP_SNMPNOTIFYFILTERPROFILETABLE_H */