#include <dbus-message-private.h>
Data Fields | |
| int | refcount |
| Reference count. | |
| DBusString | data |
| Buffered data. | |
| DBusList * | messages |
| Complete messages. | |
| long | max_message_size |
| Maximum size of a message. | |
| 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 | |
All members are private.
Definition at line 60 of file dbus-message-private.h.
1.5.1