From 9d21554dd3b560952cd5aa607c4ec07898c0b260 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sun, 23 Jan 2005 06:10:07 +0000 Subject: 2005-01-23 Havoc Pennington * dbus/dbus-message-factory.c, dbus/dbus-message-util.c: get this all working, not many tests in the framework yet though --- dbus/dbus-message-private.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dbus/dbus-message-private.h') 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 */ }; -- cgit