mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 12:18:13 +02:00
2003-10-16 Havoc Pennington <hp@redhat.com>
* bus/bus.c (struct BusContext): remove struct field I didn't mean to put there
This commit is contained in:
parent
d6e1b2adb3
commit
c20c4181f2
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2003-10-16 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* bus/bus.c (struct BusContext): remove struct field I didn't mean
|
||||
to put there
|
||||
|
||||
2003-10-16 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* bus/connection.c (bus_pending_reply_expired): either cancel or
|
||||
|
|
|
|||
|
|
@ -37,7 +37,6 @@ struct BusContext
|
|||
{
|
||||
int refcount;
|
||||
char *type;
|
||||
char *bus_env_var;
|
||||
char *address;
|
||||
char *pidfile;
|
||||
DBusLoop *loop;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue