snmpNotifyFilterProfileTable.h
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:1k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  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. #ifndef _MIBGROUP_SNMPNOTIFYFILTERPROFILETABLE_H
  6. #define _MIBGROUP_SNMPNOTIFYFILTERPROFILETABLE_H
  7. /*
  8.  * we may use header_complex from the header_complex module 
  9.  */
  10. config_require(header_complex)
  11.     /*
  12.      * our storage structure(s) 
  13.      */
  14.      struct snmpNotifyFilterProfileTable_data {
  15.          char           *snmpTargetParamsName;
  16.          size_t          snmpTargetParamsNameLen;
  17.          char           *snmpNotifyFilterProfileName;
  18.          size_t          snmpNotifyFilterProfileNameLen;
  19.          long            snmpNotifyFilterProfileStorType;
  20.          long            snmpNotifyFilterProfileRowStatus;
  21.      };
  22. /*
  23.  * enum definitions from the covered mib sections 
  24.  */
  25. /*
  26.  * function prototypes 
  27.  */
  28.      void            init_snmpNotifyFilterProfileTable(void);
  29.      FindVarMethod   var_snmpNotifyFilterProfileTable;
  30.      void            parse_snmpNotifyFilterProfileTable(const char *,
  31.                                                         char *);
  32.      SNMPCallback    store_snmpNotifyFilterProfileTable;
  33.      WriteMethod     write_snmpNotifyFilterProfileName;
  34.      WriteMethod     write_snmpNotifyFilterProfileStorType;
  35.      WriteMethod     write_snmpNotifyFilterProfileRowStatus;
  36. #endif                          /* _MIBGROUP_SNMPNOTIFYFILTERPROFILETABLE_H */