[Pkg-voip-commits] [libre] 07/21: Pack struct of mqueue messages. (#62)

Jonas Smedegaard dr at jones.dk
Sat Dec 2 22:41:35 UTC 2017


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

js pushed a commit to annotated tag debian/0.5.6-1
in repository libre.

commit 03841f546bb6a56fed8e6233e556d9107f4655d7
Author: Joachim Bauch <mail at joachim-bauch.de>
Date:   Fri Oct 13 12:18:17 2017 +0200

    Pack struct of mqueue messages. (#62)
---
 src/mqueue/mqueue.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mqueue/mqueue.c b/src/mqueue/mqueue.c
index e06740a..15ed6be 100644
--- a/src/mqueue/mqueue.c
+++ b/src/mqueue/mqueue.c
@@ -36,9 +36,9 @@ struct mqueue {
 };
 
 struct msg {
-	int id;
 	void *data;
 	uint32_t magic;
+	int id;
 };
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/libre.git



More information about the Pkg-voip-commits mailing list