[sr-dev] git:master: snmpstats(k): updated file names in include

Daniel-Constantin Mierla miconda at gmail.com
Mon Sep 28 21:43:37 CEST 2009


Module: sip-router
Branch: master
Commit: 2a25dc596fd202e7836f51a0cc5b0740aaaa53fd
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2a25dc596fd202e7836f51a0cc5b0740aaaa53fd

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Mon Sep 28 21:29:55 2009 +0200

snmpstats(k): updated file names in include

---

 modules_k/snmpstats/alarm_checks.c                |    4 ++--
 modules_k/snmpstats/hashTable.c                   |    2 +-
 modules_k/snmpstats/interprocess_buffer.c         |    4 ++--
 modules_k/snmpstats/snmpMIBNotifications.c        |    2 +-
 modules_k/snmpstats/snmpObjects.c                 |    2 +-
 modules_k/snmpstats/snmpSIPCommonObjects.c        |    2 +-
 modules_k/snmpstats/snmpSIPContactTable.c         |    2 +-
 modules_k/snmpstats/snmpSIPMethodSupportedTable.c |    2 +-
 modules_k/snmpstats/snmpSIPPortTable.c            |    2 +-
 modules_k/snmpstats/snmpSIPRegUserLookupTable.c   |    2 +-
 modules_k/snmpstats/snmpSIPRegUserTable.c         |    2 +-
 modules_k/snmpstats/snmpSIPServerObjects.c        |    2 +-
 modules_k/snmpstats/snmpSIPStatusCodesTable.c     |    2 +-
 modules_k/snmpstats/snmpstats.c                   |    4 ++--
 modules_k/snmpstats/sub_agent.c                   |   20 ++++++++++----------
 15 files changed, 27 insertions(+), 27 deletions(-)

diff --git a/modules_k/snmpstats/alarm_checks.c b/modules_k/snmpstats/alarm_checks.c
index dcc6bdc..a3a0eb4 100644
--- a/modules_k/snmpstats/alarm_checks.c
+++ b/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
diff --git a/modules_k/snmpstats/hashTable.c b/modules_k/snmpstats/hashTable.c
index 060c0da..c4bf733 100644
--- a/modules_k/snmpstats/hashTable.c
+++ b/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
diff --git a/modules_k/snmpstats/interprocess_buffer.c b/modules_k/snmpstats/interprocess_buffer.c
index c4b2ff3..c36b079 100644
--- a/modules_k/snmpstats/interprocess_buffer.c
+++ b/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"
 
diff --git a/modules_k/snmpstats/snmpMIBNotifications.c b/modules_k/snmpstats/snmpMIBNotifications.c
index c6da42a..3e208b7 100644
--- a/modules_k/snmpstats/snmpMIBNotifications.c
+++ b/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"
 
diff --git a/modules_k/snmpstats/snmpObjects.c b/modules_k/snmpstats/snmpObjects.c
index b19d891..b797317 100644
--- a/modules_k/snmpstats/snmpObjects.c
+++ b/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"
diff --git a/modules_k/snmpstats/snmpSIPCommonObjects.c b/modules_k/snmpstats/snmpSIPCommonObjects.c
index 9b6f891..9494291 100644
--- a/modules_k/snmpstats/snmpSIPCommonObjects.c
+++ b/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"
 
diff --git a/modules_k/snmpstats/snmpSIPContactTable.c b/modules_k/snmpstats/snmpSIPContactTable.c
index 40ec56e..215bf78 100644
--- a/modules_k/snmpstats/snmpSIPContactTable.c
+++ b/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"
diff --git a/modules_k/snmpstats/snmpSIPMethodSupportedTable.c b/modules_k/snmpstats/snmpSIPMethodSupportedTable.c
index ea51a7d..f574235 100644
--- a/modules_k/snmpstats/snmpSIPMethodSupportedTable.c
+++ b/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;
diff --git a/modules_k/snmpstats/snmpSIPPortTable.c b/modules_k/snmpstats/snmpSIPPortTable.c
index 18c5e0e..01158b6 100644
--- a/modules_k/snmpstats/snmpSIPPortTable.c
+++ b/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;
diff --git a/modules_k/snmpstats/snmpSIPRegUserLookupTable.c b/modules_k/snmpstats/snmpSIPRegUserLookupTable.c
index eb5995a..d99c930 100644
--- a/modules_k/snmpstats/snmpSIPRegUserLookupTable.c
+++ b/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"
diff --git a/modules_k/snmpstats/snmpSIPRegUserTable.c b/modules_k/snmpstats/snmpSIPRegUserTable.c
index 95d9385..161d85f 100644
--- a/modules_k/snmpstats/snmpSIPRegUserTable.c
+++ b/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"
diff --git a/modules_k/snmpstats/snmpSIPServerObjects.c b/modules_k/snmpstats/snmpSIPServerObjects.c
index d9e648f..fb5d050 100644
--- a/modules_k/snmpstats/snmpSIPServerObjects.c
+++ b/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"
diff --git a/modules_k/snmpstats/snmpSIPStatusCodesTable.c b/modules_k/snmpstats/snmpSIPStatusCodesTable.c
index edfee01..cac6a33 100644
--- a/modules_k/snmpstats/snmpSIPStatusCodesTable.c
+++ b/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;
diff --git a/modules_k/snmpstats/snmpstats.c b/modules_k/snmpstats/snmpstats.c
index b56fd68..89ac61b 100644
--- a/modules_k/snmpstats/snmpstats.c
+++ b/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"
 
diff --git a/modules_k/snmpstats/sub_agent.c b/modules_k/snmpstats/sub_agent.c
index eb2fc95..24273ec 100644
--- a/modules_k/snmpstats/sub_agent.c
+++ b/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"
 




More information about the sr-dev mailing list