Source: ../../mibs/xorp_if_mib_module.hh


Annotated List
Files
Globals
Hierarchy
Index
/*
 * Note: this file originally auto-generated by mib2c using
 *        : mib2c.int_watch.conf,v 5.0 2002/04/20 07:30:13 hardaker Exp $
 */
#ifndef __MIBS_XORP_IF_MIB_HH__
#define __MIBS_XORP_IF_MIB_HH__ 

#include "config.h"
#include <queue>
#include "libxorp/xorp.h"
#include "libxorp/xlog.h"
#include "libxipc/xrl_std_router.hh"
#include "libxipc/xrl_args.hh"
#include "xrl/interfaces/xorp_if_mib_xif.hh"
#include "xorp_if_mib_xrl_target.hh"


/* dlopen functions */
extern "C" {
void   init_xorp_if_mib_module(void);
void deinit_xorp_if_mib_module(void);
}



/**
 * @short Special MIB module that allows XORP and Net-SNMP to communicate 
 *
 */

class XorpIfMib {
public:    
    static XorpIfMib& the_instance();
    static const char * name() { return  XORP_MODULE_NAME; };

    ~XorpIfMib();

private:
    XorpIfMib();
    XrlStdRouter _xrl_router;
    XrlXorpIfMibTarget _xrl_target;

    static XorpIfMib _xorp_if_mib;
};

#endif    /* __MIBS_XORP_IF_MIB_HH__ */                      

Generated by: pavlin on possum.icir.org on Thu Aug 28 12:52:18 2003, using kdoc 2.0a54+XORP.