more minor fixes
authorChristian Grothoff <christian@grothoff.org>
Sun, 10 Jul 2016 01:24:09 +0000 (01:24 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 10 Jul 2016 01:24:09 +0000 (01:24 +0000)
src/transport/test_quota_compliance.c

index 87833ff8331c652bd62a1d43a94ca9634f843178..e574cd8f6f4cedb7520d617b1c991b54432ceed9 100644 (file)
@@ -55,10 +55,6 @@ static unsigned long long quota_out[] = { 10000, 10000 };
 static struct GNUNET_TRANSPORT_TESTING_ConnectCheckContext *ccc;
 
 
-/*
- * Testcase specific declarations
- */
-
 /**
  * Note that this value must not significantly exceed
  * 'MAX_PENDING' in 'gnunet-service-transport.c', otherwise
@@ -72,27 +68,19 @@ GNUNET_NETWORK_STRUCT_BEGIN
 struct TestMessage
 {
   struct GNUNET_MessageHeader header;
-  uint32_t num;
+
+  uint32_t num GNUNET_PACKED;
 };
 GNUNET_NETWORK_STRUCT_END
 
 static int msg_scheduled;
+
 static int msg_sent;
 
 static unsigned long long total_bytes_sent;
 
 static struct GNUNET_TIME_Absolute start_time;
 
-/*
- * END Testcase specific declarations
- */
-
-#if VERBOSE
-#define OKPP do { ok++; FPRINTF (stderr, "Now at stage %u at %s:%u\n", ok, __FILE__, __LINE__); } while (0)
-#else
-#define OKPP do { ok++; } while (0)
-#endif
-
 
 static void
 report ()