gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: messenger: make fields of GNUNET_MESSENG


From: gnunet
Subject: [gnunet] branch master updated: messenger: make fields of GNUNET_MESSENGER_RoomEntryRecord packed.
Date: Sun, 05 May 2024 21:37:14 +0200

This is an automated email from the git hooks/post-receive script.

thejackimonster pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 54a00fd0e messenger: make fields of GNUNET_MESSENGER_RoomEntryRecord 
packed.
54a00fd0e is described below

commit 54a00fd0ea7aea2b432fe5f51b48ff613173e907
Author: ulfvonbelow <striness@tilde.club>
AuthorDate: Fri May 3 14:12:31 2024 -0500

    messenger: make fields of GNUNET_MESSENGER_RoomEntryRecord packed.
---
 src/include/gnunet_messenger_service.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/include/gnunet_messenger_service.h 
b/src/include/gnunet_messenger_service.h
index 6816a0ad4..f6f581257 100644
--- a/src/include/gnunet_messenger_service.h
+++ b/src/include/gnunet_messenger_service.h
@@ -79,12 +79,12 @@ struct GNUNET_MESSENGER_RoomEntryRecord
   /**
    * The peer identity of an open door to a room.
    */
-  struct GNUNET_PeerIdentity door;
+  struct GNUNET_PeerIdentity door GNUNET_PACKED;
 
   /**
    * The hash identifying the port of the room.
    */
-  struct GNUNET_HashCode key;
+  struct GNUNET_HashCode key GNUNET_PACKED;
 };
 
 GNUNET_NETWORK_STRUCT_END

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]