From 9badf033d3ecea4d3bde6bbbb2ac80f389b822ef Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Thu, 12 Oct 2017 10:22:36 +0200 Subject: Send flag that denotes serialization validity Before, we tried to install an existing property if the new property could not been serialized. Now, we always send a property description but denote if it is properly serialized. --- uca-net-protocol.h | 1 + 1 file changed, 1 insertion(+) (limited to 'uca-net-protocol.h') diff --git a/uca-net-protocol.h b/uca-net-protocol.h index fe097db..e3a827d 100644 --- a/uca-net-protocol.h +++ b/uca-net-protocol.h @@ -80,6 +80,7 @@ typedef struct { gchar name[128]; gchar nick[128]; gchar blurb[128]; + gboolean valid; union { struct { -- cgit v1.2.3