Merge branch 'master' of ssh://gnunet.org/gnunet
[oweals/gnunet.git] / src / dns / dns.h
index ee95d9c73ceb594231db0688ac9070938ba2f450..3d82cb8ae50aae983f934eeb239ecf181df748ad 100644 (file)
@@ -1,10 +1,10 @@
 /*
       This file is part of GNUnet
-      (C) 2012 Christian Grothoff (and other contributing authors)
+      Copyright (C) 2012 GNUnet e.V.
 
       GNUnet is free software; you can redistribute it and/or modify
       it under the terms of the GNU General Public License as published
-      by the Free Software Foundation; either version 2, or (at your
+      by the Free Software Foundation; either version 3, or (at your
       option) any later version.
 
       GNUnet is distributed in the hope that it will be useful, but
@@ -14,8 +14,8 @@
 
       You should have received a copy of the GNU General Public License
       along with GNUnet; see the file COPYING.  If not, write to the
-      Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-      Boston, MA 02111-1307, USA.
+      Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+      Boston, MA 02110-1301, USA.
  */
 
 /**
@@ -35,14 +35,14 @@ GNUNET_NETWORK_STRUCT_BEGIN
 struct GNUNET_DNS_Register
 {
   /**
-    * Header of type GNUNET_MESSAGE_TYPE_DNS_CLIENT_INIT
+    * Header of type #GNUNET_MESSAGE_TYPE_DNS_CLIENT_INIT
    */
   struct GNUNET_MessageHeader header;
 
   /**
-   * NBO encoding of 'enum GNUNET_DNS_Flags' for the client.
+   * NBO encoding of `enum GNUNET_DNS_Flags` for the client.
    */
-  uint32_t flags;
+  uint32_t flags GNUNET_PACKED;
 };
 
 
@@ -52,7 +52,7 @@ struct GNUNET_DNS_Register
 struct GNUNET_DNS_Request
 {
   /**
-    * Header of type GNUNET_MESSAGE_TYPE_DNS_CLIENT_REQUEST
+    * Header of type #GNUNET_MESSAGE_TYPE_DNS_CLIENT_REQUEST
    */
   struct GNUNET_MessageHeader header;
 
@@ -60,7 +60,7 @@ struct GNUNET_DNS_Request
    * Always zero.
    */
   uint32_t reserved GNUNET_PACKED;
-  
+
   /**
    * Unique request ID.
    */
@@ -77,7 +77,7 @@ struct GNUNET_DNS_Request
 struct GNUNET_DNS_Response
 {
   /**
-   * Header of type GNUNET_MESSAGE_TYPE_DNS_CLIENT_RESPONSE
+   * Header of type #GNUNET_MESSAGE_TYPE_DNS_CLIENT_RESPONSE
    */
   struct GNUNET_MessageHeader header;
 
@@ -85,7 +85,7 @@ struct GNUNET_DNS_Response
    * Zero to drop, 1 for no change (no payload), 2 for update (message has payload).
    */
   uint32_t drop_flag GNUNET_PACKED;
-  
+
   /**
    * Unique request ID.
    */