[hipl-commit] [trunk] Rev 4543: Adjust path for files that were moved around.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Mon, 17 May 2010 17:55:26 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 17/05/2010 at 17:55:26
Revision: 4543
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Adjust path for files that were moved around.

Modified:
  M  doc/HACKING

=== modified file 'doc/HACKING'
--- doc/HACKING 2010-05-16 17:58:14 +0000
+++ doc/HACKING 2010-05-17 14:55:11 +0000
@@ -1432,7 +1432,7 @@
 -----------------------------------------------
 Add a case block for your ACTION_NEWACT constant in the switch(action) block.
 
-2.1. HIP_MSG_NEWMODE in lib/conf/icomm.h
+2.1. HIP_MSG_NEWMODE in lib/core/icomm.h
 ---------------------------------------
 Define a constant HIP_MSG_NEWMODE which has value between 0 and
 HIP_MSG_ROOT_MAX. Take also care of the value of HIP_MSG_ROOT_MAX.
@@ -1441,7 +1441,7 @@
 -----------------------------------------
 Add a case block for your HIP_MSG_NEWMODE constant in the switch(msg_type) 
block.
 
-2.3. hip_message_type_name() in lib/conf/builder.c
+2.3. hip_message_type_name() in lib/core/builder.c
 --------------------------------------------------
 Add a case block for your HIP_MSG_NEWMODE constant in the switch(msg_type) 
block.
 In this case, you just need to return the same string as the constant.

Other related posts:

  • » [hipl-commit] [trunk] Rev 4543: Adjust path for files that were moved around. - Diego Biurrun