gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r12961 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r12961 - gnunet/src/include
Date: Fri, 10 Sep 2010 11:22:59 +0200

Author: grothoff
Date: 2010-09-10 11:22:59 +0200 (Fri, 10 Sep 2010)
New Revision: 12961

Modified:
   gnunet/src/include/gnunet_protocols.h
Log:
do not use zero:


Modified: gnunet/src/include/gnunet_protocols.h
===================================================================
--- gnunet/src/include/gnunet_protocols.h       2010-09-10 09:20:10 UTC (rev 
12960)
+++ gnunet/src/include/gnunet_protocols.h       2010-09-10 09:22:59 UTC (rev 
12961)
@@ -38,7 +38,7 @@
 /**
  * Test if service is online.
  */
-#define GNUNET_MESSAGE_TYPE_TEST 0
+#define GNUNET_MESSAGE_TYPE_TEST 1
 
 
 /**




reply via email to

[Prev in Thread] Current Thread [Next in Thread]