summaryrefslogtreecommitdiff
path: root/accel-pppd/extra/net-snmp
diff options
context:
space:
mode:
Diffstat (limited to 'accel-pppd/extra/net-snmp')
-rw-r--r--accel-pppd/extra/net-snmp/agent.c2
-rw-r--r--accel-pppd/extra/net-snmp/statIPOE.h4
2 files changed, 4 insertions, 2 deletions
diff --git a/accel-pppd/extra/net-snmp/agent.c b/accel-pppd/extra/net-snmp/agent.c
index 7e06a79..cfeb763 100644
--- a/accel-pppd/extra/net-snmp/agent.c
+++ b/accel-pppd/extra/net-snmp/agent.c
@@ -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();
diff --git a/accel-pppd/extra/net-snmp/statIPOE.h b/accel-pppd/extra/net-snmp/statIPOE.h
index a8e9be7..c894b8e 100644
--- a/accel-pppd/extra/net-snmp/statIPOE.h
+++ b/accel-pppd/extra/net-snmp/statIPOE.h
@@ -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);