diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-01-19 19:20:34 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-01-19 19:20:34 +0000 |
commit | f3d9f6a37d455da73950383a22d074684153dfbf (patch) | |
tree | 3accf3bf5c752af0dc42eb76eb090c57b9d7f8ae /hcid/dbus-service.h | |
parent | ed95fffdbb414013f3dd29f8e400b0064f152793 (diff) |
Never remove the child watch for services until the process has really died
Diffstat (limited to 'hcid/dbus-service.h')
-rw-r--r-- | hcid/dbus-service.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hcid/dbus-service.h b/hcid/dbus-service.h index baeb0c72..7fdfd933 100644 --- a/hcid/dbus-service.h +++ b/hcid/dbus-service.h @@ -38,7 +38,6 @@ struct service { /* These are set when the service is running */ GPid pid; /* Process id */ char *bus_name; /* D-Bus unique name */ - guint watch_id; /* Id for the child watch */ /* Information parsed from the service file */ char *exec; /* Location of executable */ |