[pisa-src] r1864 - trunk/pairing/common.h

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Fri, 27 Nov 2009 14:14:59 +0100

Author: biurrun
Date: Fri Nov 27 14:14:59 2009
New Revision: 1864

Log:
Add FIXME comment: pairing/ duplicates debug infrastructure.

Modified:
   trunk/pairing/common.h

Modified: trunk/pairing/common.h
==============================================================================
--- trunk/pairing/common.h      Fri Nov 27 14:07:52 2009        (r1863)
+++ trunk/pairing/common.h      Fri Nov 27 14:14:59 2009        (r1864)
@@ -54,6 +54,8 @@
 #define MSG_ERROR       3
 #define MSG_ACK_2       4
 
+/* FIXME: All the pairing-specific debug stuff should be replaced
+ *        by the common code from libpisa/debug.h. */
 // Debug levels
 #define DEBUG_LEVEL_OFF 0
 #define DEBUG_LEVEL_LOW 1

Other related posts:

  • » [pisa-src] r1864 - trunk/pairing/common.h - Diego Biurrun