summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-message-private.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2005-01-23 06:10:07 +0000
committerHavoc Pennington <hp@redhat.com>2005-01-23 06:10:07 +0000
commit9d21554dd3b560952cd5aa607c4ec07898c0b260 (patch)
tree7a4f07715351a9de26bed3f99446b4da3e161ab9 /dbus/dbus-message-private.h
parent487f13451d9f8c50858e9348b1e5f8612433132e (diff)
2005-01-23 Havoc Pennington <hp@redhat.com>
* dbus/dbus-message-factory.c, dbus/dbus-message-util.c: get this all working, not many tests in the framework yet though
Diffstat (limited to 'dbus/dbus-message-private.h')
-rw-r--r--dbus/dbus-message-private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dbus/dbus-message-private.h b/dbus/dbus-message-private.h
index 60b0daea..5f727ae1 100644
--- a/dbus/dbus-message-private.h
+++ b/dbus/dbus-message-private.h
@@ -70,6 +70,8 @@ struct DBusMessageLoader
unsigned int buffer_outstanding : 1; /**< Someone is using the buffer to read */
unsigned int corrupted : 1; /**< We got broken data, and are no longer working */
+
+ DBusValidity corruption_reason; /**< why we were corrupted */
};