summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-errors.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-02-14 04:12:28 +0000
committerHavoc Pennington <hp@redhat.com>2003-02-14 04:12:28 +0000
commitb544e59358251f0811c9fe35c149a67d5deafdba (patch)
tree9837cb4d40d50d93224fd7043cbdd4d588115203 /dbus/dbus-errors.h
parentb822fb3913e175ff7c139e064453d5d97e758db0 (diff)
2003-02-14 Havoc Pennington <hp@pobox.com>
* dbus/dbus-errors.h (struct DBusError): add a word of padding to DBusError
Diffstat (limited to 'dbus/dbus-errors.h')
-rw-r--r--dbus/dbus-errors.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/dbus/dbus-errors.h b/dbus/dbus-errors.h
index 45cedc54..639c6a70 100644
--- a/dbus/dbus-errors.h
+++ b/dbus/dbus-errors.h
@@ -42,6 +42,11 @@ struct DBusError
unsigned int dummy1 : 1; /**< placeholder */
unsigned int dummy2 : 1; /**< placeholder */
+ unsigned int dummy3 : 1; /**< placeholder */
+ unsigned int dummy4 : 1; /**< placeholder */
+ unsigned int dummy5 : 1; /**< placeholder */
+
+ void *padding1; /**< placeholder */
};
typedef enum