summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-marshal-recursive.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2004-12-29 05:04:01 +0000
committerHavoc Pennington <hp@redhat.com>2004-12-29 05:04:01 +0000
commit160cf6f8081c8a4b1f14ec221016f7f1abd88262 (patch)
tree3612544f7da9b4f83df0f399edca630ac3776fd3 /dbus/dbus-marshal-recursive.h
parentd9afb9b5f1d32e49598b88ed04dc4726aec108d1 (diff)
checkpoint with array-of-struct working
Diffstat (limited to 'dbus/dbus-marshal-recursive.h')
-rw-r--r--dbus/dbus-marshal-recursive.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/dbus/dbus-marshal-recursive.h b/dbus/dbus-marshal-recursive.h
index e3200f39..8e5427bd 100644
--- a/dbus/dbus-marshal-recursive.h
+++ b/dbus/dbus-marshal-recursive.h
@@ -96,7 +96,8 @@ struct DBusTypeWriter
struct {
int start_pos; /* first element */
int len_pos;
- char *element_type;
+ int element_type_pos; /* position in type_str of array element type */
+ int element_type_len;
} array;
struct {