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

SNMP编程

开发平台:

Unix_Linux

  1. /*
  2.  * Note: this file originally auto-generated by mib2c using
  3.  *       version : 1.12 $ of : mfd-data-access.m2c,v $
  4.  *
  5.  * $Id: usmDHUserKeyTable_data_access.h,v 1.6 2004/10/18 03:53:20 rstory Exp $
  6.  */
  7. #ifndef USMDHUSERKEYTABLE_DATA_ACCESS_H
  8. #define USMDHUSERKEYTABLE_DATA_ACCESS_H
  9. #ifdef __cplusplus
  10. extern          "C" {
  11. #endif
  12.     /*
  13.      *********************************************************************
  14.      * function declarations
  15.      */
  16.     /*
  17.      *********************************************************************
  18.      * Table declarations
  19.      */
  20. /**********************************************************************
  21.  **********************************************************************
  22.  ***
  23.  *** Table usmDHUserKeyTable
  24.  ***
  25.  **********************************************************************
  26.  **********************************************************************/
  27.     /*
  28.      * usmDHUserKeyTable is subid 2 of usmDHPublicObjects.
  29.      * Its status is Current.
  30.      * OID: .1.3.6.1.3.101.1.1.2, length: 9
  31.      */
  32.     int
  33.         usmDHUserKeyTable_init_data(usmDHUserKeyTable_registration_ptr
  34.                                     usmDHUserKeyTable_reg);
  35.     /*
  36.      * TODO:180:o: Review usmDHUserKeyTable cache timeout.
  37.      * The number of seconds before the cache times out
  38.      */
  39. #define USMDHUSERKEYTABLE_CACHE_TIMEOUT   60
  40.     void            usmDHUserKeyTable_container_init(netsnmp_container **
  41.                                                      container_ptr_ptr,
  42.                                                      netsnmp_cache *
  43.                                                      cache);
  44.     int             usmDHUserKeyTable_cache_load(netsnmp_container *
  45.                                                  container);
  46.     void            usmDHUserKeyTable_cache_free(netsnmp_container *
  47.                                                  container);
  48.     int             usmDHUserKeyTable_row_prep(usmDHUserKeyTable_rowreq_ctx
  49.                                                * rowreq_ctx);
  50. #ifdef __cplusplus
  51. }
  52. #endif
  53. #endif                          /* USMDHUSERKEYTABLE_DATA_ACCESS_H */