浏览代码

snmpstats(k): updated file names in include

Daniel-Constantin Mierla 16 年之前
父节点
当前提交
2a25dc596f

+ 2 - 2
modules_k/snmpstats/alarm_checks.c

@@ -43,8 +43,8 @@
 #include "alarm_checks.h"
 #include "sub_agent.h"
 #include "utilities.h"
-#include "openserObjects.h"
-#include "openserMIBNotifications.h"
+#include "snmpObjects.h"
+#include "snmpMIBNotifications.h"
 
 /*! Returns the number of bytes currently waiting in the msg queue if they exceed
  * the threshold, and zero otherwise.  If threshold_to_compare_to is < 0, then

+ 1 - 1
modules_k/snmpstats/hashTable.c

@@ -51,7 +51,7 @@
 #include <net-snmp/net-snmp-config.h>
 #include <net-snmp/net-snmp-includes.h>
 #include <net-snmp/agent/net-snmp-agent-includes.h>
-#include "openserSIPRegUserTable.h"
+#include "snmpSIPRegUserTable.h"
 
 
 /*! Calculates and returns a hash index to a hash table.  The index is calculated

+ 2 - 2
modules_k/snmpstats/interprocess_buffer.c

@@ -47,8 +47,8 @@
 #include <net-snmp/agent/net-snmp-agent-includes.h>
 
 #include "interprocess_buffer.h"
-#include "openserSIPContactTable.h"
-#include "openserSIPRegUserTable.h"
+#include "snmpSIPContactTable.h"
+#include "snmpSIPRegUserTable.h"
 #include "hashTable.h"
 #include "utilities.h"
 

+ 1 - 1
modules_k/snmpstats/snmpMIBNotifications.c

@@ -40,7 +40,7 @@
 #include <net-snmp/agent/net-snmp-agent-includes.h>
 
 #include "snmpstats_globals.h"
-#include "openserMIBNotifications.h"
+#include "snmpMIBNotifications.h"
 #include "../../dprint.h"
 #include "../../config.h"
 

+ 1 - 1
modules_k/snmpstats/snmpObjects.c

@@ -38,7 +38,7 @@
 
 #include <string.h>
 
-#include "openserObjects.h"
+#include "snmpObjects.h"
 
 #include "../../dprint.h"
 #include "../../lib/kcore/statistics.h"

+ 1 - 1
modules_k/snmpstats/snmpSIPCommonObjects.c

@@ -47,7 +47,7 @@
 #include <net-snmp/net-snmp-includes.h>
 #include <net-snmp/agent/net-snmp-agent-includes.h>
 
-#include "openserSIPCommonObjects.h"
+#include "snmpSIPCommonObjects.h"
 #include "snmpstats_globals.h"
 #include "utilities.h"
 

+ 1 - 1
modules_k/snmpstats/snmpSIPContactTable.c

@@ -72,7 +72,7 @@
 #include "hashTable.h"
 #include "interprocess_buffer.h"
 #include "utilities.h"
-#include "openserSIPContactTable.h"
+#include "snmpSIPContactTable.h"
 #include "snmpstats_globals.h"
 
 #include "../../mem/mem.h"

+ 1 - 1
modules_k/snmpstats/snmpSIPMethodSupportedTable.c

@@ -48,7 +48,7 @@
 #include <net-snmp/library/snmp_assert.h>
 
 #include "snmpstats_globals.h"
-#include "openserSIPMethodSupportedTable.h"
+#include "snmpSIPMethodSupportedTable.h"
 
 static netsnmp_handler_registration *my_handler = NULL;
 static netsnmp_table_array_callbacks cb;

+ 1 - 1
modules_k/snmpstats/snmpSIPPortTable.c

@@ -43,7 +43,7 @@
 #include "../../mem/mem.h"
 
 #include "snmpstats_globals.h"
-#include "openserSIPPortTable.h"
+#include "snmpSIPPortTable.h"
 
 static     netsnmp_handler_registration *my_handler = NULL;
 static     netsnmp_table_array_callbacks cb;

+ 1 - 1
modules_k/snmpstats/snmpSIPRegUserLookupTable.c

@@ -72,7 +72,7 @@
 
 #include <net-snmp/library/snmp_assert.h>
 
-#include "openserSIPRegUserLookupTable.h"
+#include "snmpSIPRegUserLookupTable.h"
 #include "snmpstats_globals.h"
 #include "hashTable.h"
 #include "interprocess_buffer.h"

+ 1 - 1
modules_k/snmpstats/snmpSIPRegUserTable.c

@@ -82,7 +82,7 @@
 #include "hashTable.h"
 #include "interprocess_buffer.h"
 #include "utilities.h"
-#include "openserSIPRegUserTable.h"
+#include "snmpSIPRegUserTable.h"
 #include "snmpstats_globals.h"
 
 #include "../../sr_module.h"

+ 1 - 1
modules_k/snmpstats/snmpSIPServerObjects.c

@@ -46,7 +46,7 @@
 #include <net-snmp/net-snmp-config.h>
 #include <net-snmp/net-snmp-includes.h>
 #include <net-snmp/agent/net-snmp-agent-includes.h>
-#include "openserSIPServerObjects.h"
+#include "snmpSIPServerObjects.h"
 
 #include "snmpstats_globals.h"
 #include "utilities.h"

+ 1 - 1
modules_k/snmpstats/snmpSIPStatusCodesTable.c

@@ -82,7 +82,7 @@
 
 #include <net-snmp/library/snmp_assert.h>
 
-#include "openserSIPStatusCodesTable.h"
+#include "snmpSIPStatusCodesTable.h"
 #include "snmpstats_globals.h"
 
 static netsnmp_handler_registration *my_handler = NULL;

+ 2 - 2
modules_k/snmpstats/snmpstats.c

@@ -84,8 +84,8 @@
 #include <net-snmp/net-snmp-includes.h>
 #include <net-snmp/agent/net-snmp-agent-includes.h>
 
-#include "openserSIPRegUserTable.h"
-#include "openserSIPContactTable.h"
+#include "snmpSIPRegUserTable.h"
+#include "snmpSIPContactTable.h"
 
 #include "interprocess_buffer.h"
 

+ 10 - 10
modules_k/snmpstats/sub_agent.c

@@ -51,18 +51,18 @@
 #include <net-snmp/agent/net-snmp-agent-includes.h>
 
 /* Bring in the initialization functions for all scalars */
-#include "openserSIPCommonObjects.h"
-#include "openserSIPServerObjects.h"
-#include "openserObjects.h"
+#include "snmpSIPCommonObjects.h"
+#include "snmpSIPServerObjects.h"
+#include "snmpObjects.h"
 
 /* Bring in the initialization functions for all tables */
-#include "openserSIPPortTable.h"
-#include "openserSIPMethodSupportedTable.h"
-#include "openserSIPStatusCodesTable.h"
-#include "openserSIPRegUserTable.h"
-#include "openserSIPContactTable.h"
-#include "openserSIPRegUserLookupTable.h"
-#include "openserMIBNotifications.h"
+#include "snmpSIPPortTable.h"
+#include "snmpSIPMethodSupportedTable.h"
+#include "snmpSIPStatusCodesTable.h"
+#include "snmpSIPRegUserTable.h"
+#include "snmpSIPContactTable.h"
+#include "snmpSIPRegUserLookupTable.h"
+#include "snmpMIBNotifications.h"
 
 #include "../../dprint.h"