summaryrefslogtreecommitdiffstats
path: root/uca-net-protocol.h
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2016-02-18 15:31:18 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2016-02-18 15:31:18 +0100
commit127005ae839abd13c1ba53a719be0500f07fb610 (patch)
tree0fa6d7892a12d079f83c96a16d2f70bcfb5b5086 /uca-net-protocol.h
parent78ef5159fcc54dc8d4fa30a5949a8676e0d304c0 (diff)
downloaduca-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.h3
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)