[hipl-dev] [Branch ~toxedvirus/hipl/hipfw-modules] Rev 5011: Use file path for preprocessor header constants of modules.

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Tue, 09 Nov 2010 14:19:22 -0000

------------------------------------------------------------
revno: 5011
committer: Andrius Bentkus <andrius.bentkus@xxxxxxxxxxxxxx>
branch nick: hipfw-modules
timestamp: Tue 2010-11-09 15:15:11 +0100
message:
  Use file path for preprocessor header constants of modules.
modified:
  modules/heartbeat/hipd/heartbeat.h
  modules/heartbeat_update/hipd/hb_update.h
  modules/update/hipd/update.h
  modules/update/hipd/update_legacy.h


--
lp:~toxedvirus/hipl/hipfw-modules
https://code.launchpad.net/~toxedvirus/hipl/hipfw-modules

Your team HIPL core team is subscribed to branch 
lp:~toxedvirus/hipl/hipfw-modules.
To unsubscribe from this branch go to 
https://code.launchpad.net/~toxedvirus/hipl/hipfw-modules/+edit-subscription
=== modified file 'modules/heartbeat/hipd/heartbeat.h'
--- modules/heartbeat/hipd/heartbeat.h  2010-09-25 18:30:26 +0000
+++ modules/heartbeat/hipd/heartbeat.h  2010-11-09 14:15:11 +0000
@@ -25,9 +25,9 @@
  * OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#ifndef HIP_HIPD_HEARTBEAT_H
-#define HIP_HIPD_HEARTBEAT_H
+#ifndef HIP_MODULES_HEARTBEAT_HIPD_HEARTBEAT_H
+#define HIP_MODULES_HEARTBEAT_HIPD_HEARTBEAT_H
 
 int hip_heartbeat_init(void);
 
-#endif /* HIP_HIPD_HEARTBEAT_H */
+#endif /* HIP_MODULES_HEARTBEAT_HIPD_HEARTBEAT_H */

=== modified file 'modules/heartbeat_update/hipd/hb_update.h'
--- modules/heartbeat_update/hipd/hb_update.h   2010-09-25 18:30:26 +0000
+++ modules/heartbeat_update/hipd/hb_update.h   2010-11-09 14:15:11 +0000
@@ -24,9 +24,9 @@
  * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  * OTHER DEALINGS IN THE SOFTWARE.
  */
-#ifndef HIP_MODULES_HEARTBEAT_UPDATE_H
-#define HIP_MODULES_HEARTBEAT_UPDATE_H
+#ifndef HIP_MODULES_HEARTBEAT_UPDATE_HIPD_HB_UPDATE_H
+#define HIP_MODULES_HEARTBEAT_UPDATE_HIPD_HB_UPDATE_H
 
 int hip_hb_update_init(void);
 
-#endif /* HIP_MODULES_HEARTBEAT_UPDATE_H */
+#endif /* HIP_MODULES_HEARTBEAT_UPDATE_HIPD_HB_UPDATE_H */

=== modified file 'modules/update/hipd/update.h'
--- modules/update/hipd/update.h        2010-10-15 15:29:14 +0000
+++ modules/update/hipd/update.h        2010-11-09 14:15:11 +0000
@@ -30,8 +30,8 @@
  * @date    3.5.2009
  */
 
-#ifndef HIP_HIPD_UPDATE_H
-#define HIP_HIPD_UPDATE_H
+#ifndef HIP_MODULES_HIPD_UPDATE_LEGACY_H
+#define HIP_MODULES_HIPD_UPDATE_LEGACY_H
 
 #include <stdint.h>
 #include <netinet/in.h>
@@ -50,4 +50,4 @@
 
 int hip_update_init(void);
 
-#endif /* HIP_HIPD_UPDATE_H */
+#endif /* HIP_MODULES_HIPD_UPDATE_LEGACY_H */

=== modified file 'modules/update/hipd/update_legacy.h'
--- modules/update/hipd/update_legacy.h 2010-09-25 18:30:26 +0000
+++ modules/update/hipd/update_legacy.h 2010-11-09 14:15:11 +0000
@@ -25,8 +25,8 @@
  * OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#ifndef HIP_HIPD_UPDATE_LEGACY_H
-#define HIP_HIPD_UPDATE_LEGACY_H
+#ifndef HIP_MODULES_UPDATE_HIPD_UPDATE_H
+#define HIP_MODULES_UPDATE_HIPD_UPDATE_H
 
 #include "lib/core/protodefs.h"
 
@@ -34,4 +34,4 @@
 
 void hip_empty_oppipdb_old(void);
 
-#endif /* HIP_HIPD_UPDATE_LEGACY_H */
+#endif /* HIP_MODULES_UPDATE_HIPD_UPDATE_H */

Other related posts: