diff options
author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2016-02-18 15:31:18 +0100 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2016-02-18 15:31:18 +0100 |
commit | 127005ae839abd13c1ba53a719be0500f07fb610 (patch) | |
tree | 0fa6d7892a12d079f83c96a16d2f70bcfb5b5086 /uca-net-protocol.h | |
parent | 78ef5159fcc54dc8d4fa30a5949a8676e0d304c0 (diff) | |
download | uca-net-127005ae839abd13c1ba53a719be0500f07fb610.tar.gz uca-net-127005ae839abd13c1ba53a719be0500f07fb610.tar.bz2 uca-net-127005ae839abd13c1ba53a719be0500f07fb610.tar.xz uca-net-127005ae839abd13c1ba53a719be0500f07fb610.zip |
Support custom string properties
Diffstat (limited to 'uca-net-protocol.h')
-rw-r--r-- | uca-net-protocol.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/uca-net-protocol.h b/uca-net-protocol.h index d8e07e6..de05aac 100644 --- a/uca-net-protocol.h +++ b/uca-net-protocol.h @@ -84,6 +84,9 @@ typedef struct { struct { gboolean default_value; } gboolean; + struct { + gchar default_value[128]; + } gstring; NUMERIC_STRUCT (gint) NUMERIC_STRUCT (guint) NUMERIC_STRUCT (gfloat) |