-fixes
[oweals/gnunet.git] / src / peerinfo / peerinfo.h
index 992dde782eab44ea4b7bee772ac9eed3a8934dca..bf5677477cc66e9531738e7b5929e38eb6d5d72a 100644 (file)
@@ -29,6 +29,8 @@
 
 #define DEBUG_PEERINFO GNUNET_EXTRA_LOGGING
 
+GNUNET_NETWORK_STRUCT_BEGIN
+
 /**
  * Message requesting a listing of all known peers,
  * possibly restricted to the specified peer identity.
@@ -81,6 +83,6 @@ struct InfoMessage
   struct GNUNET_PeerIdentity peer;
 
 };
-
+GNUNET_NETWORK_STRUCT_END
 
 /* end of peerinfo.h */