-check return values, fix leak
[oweals/gnunet.git] / src / fs / gnunet-service-fs.h
index 5a275c5ff870a88fbd7924be3f0c16b6368f977b..5ea73ee28b995479afab52e3ec11d4bd1b189ec2 100644 (file)
@@ -33,9 +33,6 @@
 #include "gnunet_block_lib.h"
 #include "fs.h"
 
-#define DEBUG_FS GNUNET_YES
-
-#define DEBUG_FS_CLIENT GNUNET_EXTRA_LOGGING
 
 /**
  * By which amount do we decrement the TTL for simple forwarding /
@@ -82,6 +79,8 @@
 #define GET_MESSAGE_BIT_TRANSMIT_TO 4
 
 
+GNUNET_NETWORK_STRUCT_BEGIN
+
 /**
  * Message sent between peers asking for FS-content.
  */
@@ -161,7 +160,7 @@ struct MigrationStopMessage
   struct GNUNET_TIME_RelativeNBO duration;
 
 };
-
+GNUNET_NETWORK_STRUCT_END
 
 /**
  * A connected peer.