[hipl-commit] [tiny] Rev 3709: Renamed hipd/modularization.{c, h} to hipd/pkt_handling.{c, h}.

  • From: Tim Just <tim.just@xxxxxxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Thu, 25 Mar 2010 12:48:25 +0200

Committer: Tim Just <tim.just@xxxxxxxxxxxxxx>
Date: 25/03/2010 at 12:48:25
Revision: 3709
Revision-id: tim.just@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: tiny

Log:
  Renamed hipd/modularization.{c,h} to hipd/pkt_handling.{c,h}.

Modified:
  R  hipd/modularization.c => hipd/pkt_handling.c
  R  hipd/modularization.h => hipd/pkt_handling.h
  M  Makefile.am
  M  hipd/hip_socket.c
  M  hipd/hipd.c
  M  hipd/init.c
  M  hipd/input.c
  M  modules/heartbeat/hipd/heartbeat.c
  M  modules/update/hipd/update.h
  M  hipd/pkt_handling.c
  M  hipd/pkt_handling.h

=== modified file 'Makefile.am'
--- Makefile.am 2010-03-25 10:20:22 +0000
+++ Makefile.am 2010-03-25 10:47:44 +0000
@@ -84,7 +84,7 @@
                     hipd/nat.c \
                     hipd/init.c \
                     hipd/maintenance.c \
-                    hipd/modularization.c \
+                    hipd/pkt_handling.c \
                     hipd/accessor.c \
                     hipd/oppipdb.c \
                     hipd/dh.c \

=== modified file 'hipd/hip_socket.c'
--- hipd/hip_socket.c   2010-03-11 14:08:33 +0000
+++ hipd/hip_socket.c   2010-03-25 10:47:44 +0000
@@ -12,7 +12,7 @@
 #include "hip_socket.h"
 #include "hipd.h"
 #include "input.h"
-#include "modularization.h"
+#include "pkt_handling.h"
 
 struct socketfd {
     uint16_t priority;

=== modified file 'hipd/hipd.c'
--- hipd/hipd.c 2010-03-19 14:34:18 +0000
+++ hipd/hipd.c 2010-03-25 10:47:44 +0000
@@ -13,7 +13,7 @@
 #include "config.h"
 #include "hipd.h"
 #include "hip_socket.h"
-#include "modularization.h"
+#include "pkt_handling.h"
 #include "lib/core/filemanip.h"
 #include "lib/core/straddr.h"
 

=== modified file 'hipd/init.c'
--- hipd/init.c 2010-03-19 14:34:18 +0000
+++ hipd/init.c 2010-03-25 10:47:44 +0000
@@ -24,7 +24,7 @@
 #include "esp_prot_light_update.h"
 #include "hip_socket.h"
 #include "nsupdate.h"
-#include "modularization.h"
+#include "pkt_handling.h"
 #include "output.h"
 #include "lib/core/common_defines.h"
 #include "lib/core/debug.h"

=== modified file 'hipd/input.c'
--- hipd/input.c        2010-03-19 14:29:54 +0000
+++ hipd/input.c        2010-03-25 10:47:44 +0000
@@ -44,7 +44,7 @@
 #include "registration.h"
 #include "hipd.h"
 #include "oppipdb.h"
-#include "modularization.h"
+#include "pkt_handling.h"
 
 #ifdef CONFIG_HIP_PERFORMANCE
 #include "lib/performance/performance.h"

=== modified file 'modules/heartbeat/hipd/heartbeat.c'
--- modules/heartbeat/hipd/heartbeat.c  2010-03-19 14:29:54 +0000
+++ modules/heartbeat/hipd/heartbeat.c  2010-03-25 10:47:44 +0000
@@ -48,7 +48,7 @@
 #include "hipd/hadb.h"
 #include "hipd/init.h"
 #include "hipd/hip_socket.h"
-#include "hipd/modularization.h"
+#include "hipd/pkt_handling.h"
 
 #include "modules/update/hipd/update.h"
 

=== modified file 'modules/update/hipd/update.h'
--- modules/update/hipd/update.h        2010-03-13 13:46:21 +0000
+++ modules/update/hipd/update.h        2010-03-25 10:47:44 +0000
@@ -13,7 +13,7 @@
 
 #include "lib/core/builder.h"
 #include "hipd/hadb.h"
-#include "hipd/modularization.h"
+#include "hipd/pkt_handling.h"
 
 int hip_create_locators(hip_common_t *locator_msg,
                         struct hip_locator_info_addr_item **locators);

Other related posts:

  • » [hipl-commit] [tiny] Rev 3709: Renamed hipd/modularization.{c, h} to hipd/pkt_handling.{c, h}. - Tim Just