From 948ac2e8d4550d0300f8c890413634ff847b8703 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 16 Jan 2007 09:52:25 +0000 Subject: Read optional service identifier --- hcid/dbus-service.h | 1 + 1 file changed, 1 insertion(+) (limited to 'hcid/dbus-service.h') diff --git a/hcid/dbus-service.h b/hcid/dbus-service.h index 7aa4249d..8d513235 100644 --- a/hcid/dbus-service.h +++ b/hcid/dbus-service.h @@ -43,6 +43,7 @@ struct service { char *exec; /* Location of executable */ char *name; char *descr; + char *ident; GSList *trusted_devices; GSList *records; /* list of binary records */ -- cgit