summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriain <iain@linux.intel.com>2011-08-25 18:02:52 +0100
committeriain <iain@linux.intel.com>2011-08-25 18:02:52 +0100
commit625abfd29e100e0520b1da92ed5d9afcb9bc3e69 (patch)
treef21b7b97b3ae1415e2649ed4264329ffa1ec6b61
parent55dd1f7a1aba8f1721ad1d5497559583cc5c3d3c (diff)
Add debug categories for Server and Client messages
-rw-r--r--src/gypsy-debug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gypsy-debug.h b/src/gypsy-debug.h
index 32cbabf..c072083 100644
--- a/src/gypsy-debug.h
+++ b/src/gypsy-debug.h
@@ -7,6 +7,8 @@ G_BEGIN_DECLS
typedef enum {
GYPSY_DEBUG_NMEA = 1 << 0,
+ GYPSY_DEBUG_SERVER = 1 << 1,
+ GYPSY_DEBUG_CLIENT = 1 << 2
} GypsyDebugFlags;
#define GYPSY_HAS_DEBUG(type) ((gypsy_debug_flags & GYPSY_DEBUG_##type) != FALSE)