do not use zero:
authorChristian Grothoff <christian@grothoff.org>
Fri, 10 Sep 2010 09:22:59 +0000 (09:22 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 10 Sep 2010 09:22:59 +0000 (09:22 +0000)
src/include/gnunet_protocols.h

index 3f43769d3469260278612bdba362d03db94a32ed..611c56b61767cb4612bb97910c813ecde7c76415 100644 (file)
@@ -38,7 +38,7 @@ extern "C"
 /**
  * Test if service is online.
  */
-#define GNUNET_MESSAGE_TYPE_TEST 0
+#define GNUNET_MESSAGE_TYPE_TEST 1
 
 
 /**