D-Bus 1.14.10
|
Internals of DBusPreallocatedSend. More...
Data Fields | |
DBusConnection * | connection |
Connection we'd send the message to. More... | |
DBusList * | queue_link |
Preallocated link in the queue. More... | |
DBusList * | counter_link |
Preallocated link in the resource counter. More... | |
Internals of DBusPreallocatedSend.
Definition at line 240 of file dbus-connection.c.
DBusConnection* DBusPreallocatedSend::connection |
Connection we'd send the message to.
Definition at line 242 of file dbus-connection.c.
Referenced by dbus_connection_free_preallocated_send(), and dbus_connection_send_preallocated().
DBusList* DBusPreallocatedSend::counter_link |
Preallocated link in the resource counter.
Definition at line 244 of file dbus-connection.c.
Referenced by dbus_connection_free_preallocated_send().
DBusList* DBusPreallocatedSend::queue_link |
Preallocated link in the queue.
Definition at line 243 of file dbus-connection.c.
Referenced by dbus_connection_free_preallocated_send().