提交 9477a740 编写于 作者: D Dmitry Kozlov

net-snmp: add missing IPOE module initialization

Signed-off-by: NDmitry Kozlov <xeb@mail.ru>
上级 286cbc87
......@@ -13,6 +13,7 @@
#include "statPPTP.h"
#include "statL2TP.h"
#include "statPPPOE.h"
#include "statIPOE.h"
#include "terminate.h"
#include "shutdown.h"
#include "sessionTable.h"
......@@ -95,6 +96,7 @@ static void *snmp_thread(void *a)
init_statPPTP();
init_statL2TP();
init_statPPPOE();
init_statIPOE();
init_terminate();
init_shutdown();
init_sessionTable();
......
......@@ -2,8 +2,8 @@
* Note: this file originally auto-generated by mib2c using
* : mib2c.int_watch.conf 13957 2005-12-20 15:33:08Z tanders $
*/
#ifndef STATPPPOE_H
#define STATPPPOE_H
#ifndef STATIPOE_H
#define STATIPOE_H
/* function declarations */
void init_statIPOE(void);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册