diff options
author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2017-10-12 10:22:36 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2017-10-12 10:22:36 +0200 |
commit | 9badf033d3ecea4d3bde6bbbb2ac80f389b822ef (patch) | |
tree | 0b32d2680853b43ac0fc7d5b55d88ccf3f7ec11a /uca-net-protocol.h | |
parent | 9694246130cd69c91b11a5002d8daaa854262f87 (diff) | |
download | uca-net-9badf033d3ecea4d3bde6bbbb2ac80f389b822ef.tar.gz uca-net-9badf033d3ecea4d3bde6bbbb2ac80f389b822ef.tar.bz2 uca-net-9badf033d3ecea4d3bde6bbbb2ac80f389b822ef.tar.xz uca-net-9badf033d3ecea4d3bde6bbbb2ac80f389b822ef.zip |
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.
Diffstat (limited to 'uca-net-protocol.h')
-rw-r--r-- | uca-net-protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |