diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-01-14 23:14:14 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-01-14 23:14:14 +0000 |
commit | caaafda2c06ac2f0183b29f8999d814587508e39 (patch) | |
tree | 06913a3502bf7551114b68ed922d36d5447bcd83 /hcid/main.c | |
parent | 331c95a5f378b5c6483d98fd4eceafa38c6fb57a (diff) |
First change towards reworked service framework
Diffstat (limited to 'hcid/main.c')
-rw-r--r-- | hcid/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hcid/main.c b/hcid/main.c index 9f29e8f9..c7461c03 100644 --- a/hcid/main.c +++ b/hcid/main.c @@ -47,6 +47,7 @@ #include "hcid.h" #include "sdpd.h" #include "dbus-common.h" +#include "dbus-service.h" #include "dbus-hci.h" struct hcid_opts hcid; @@ -756,6 +757,8 @@ int main(int argc, char *argv[]) if (sdp) start_sdp_server(0, SDP_SERVER_COMPAT); + init_services(CONFIGDIR); + /* Start event processor */ g_main_run(event_loop); |