Logo
Home page Net-SNMP

Archive Search:

Require all words?

Site Search:
Google

netsnmp_mib_handler_s Struct Reference
[Net-SNMP Agent handler and extensibility API]

the mib handler structure to be registered More...

#include <agent_handler.h>

Data Fields

char *  handler_name
void *  myvoid
  for handler's internal use
int  flags
  for agent_handler's internal use
int(*  access_method )(struct netsnmp_mib_handler_s *, struct netsnmp_handler_registration_s *, struct netsnmp_agent_request_info_s *, struct netsnmp_request_info_s *)
  if you add more members, you probably also want to update
void(*  data_free )(void *myvoid)
  data free hook for myvoid
struct netsnmp_mib_handler_s next
struct netsnmp_mib_handler_s prev

Detailed Description

the mib handler structure to be registered

Examples:

delayed_instance.c.

Definition at line 48 of file agent_handler.h.


Field Documentation

if you add more members, you probably also want to update

_clone_handler in agent_handler.c.

data free hook for myvoid

for agent_handler's internal use

Definition at line 53 of file agent_handler.h.

for handler's internal use

Definition at line 51 of file agent_handler.h.


The documentation for this struct was generated from the following file:

Generated on 28 Sep 2009 for net-snmp by  doxygen 1.6.1

Last modified: Monday, 28-Sep-2009 20:19:10 UTC
For questions regarding web content and site functionality, please write to the net-snmp-users mail list.