-improve UDP logging
[oweals/gnunet.git] / src / testbed / testbed_helper.h
index 4bed996da9752052ffaa3f9ec5beaf45d894297c..90946030946c9bcd8d9f6e8b43dab6438b5fd146 100644 (file)
@@ -1,6 +1,6 @@
 /*
       This file is part of GNUnet
-      (C) 2012 Christian Grothoff (and other contributing authors)
+      Copyright (C) 2008--2013 Christian Grothoff (and other contributing authors)
 
       GNUnet is free software; you can redistribute it and/or modify
       it under the terms of the GNU General Public License as published
 #define TESTBED_HELPER_H
 
 GNUNET_NETWORK_STRUCT_BEGIN
-
 /**
  * Initialization message for gnunet-helper-testbed to start testbed service
  */
-struct GNUNET_TESTBED_HelperInit
+    struct GNUNET_TESTBED_HelperInit
 {
   /**
    * Type is GNUNET_MESSAGE_TYPE_TESTBED_HELPER_INIT
@@ -60,7 +59,7 @@ struct GNUNET_TESTBED_HelperInit
   /* Followed by NULL terminated trusted ip */
 
   /* Followed by hostname of the machine on which helper runs. This is not NULL
-     terminated */
+   * terminated */
 
   /* Followed by serialized and compressed configuration which should be
    * config_size long when un-compressed */
@@ -86,7 +85,5 @@ struct GNUNET_TESTBED_HelperReply
 };
 
 GNUNET_NETWORK_STRUCT_END
-
 #endif
-
 /* end of testbed_helper.h */