summaryrefslogtreecommitdiffstats
path: root/hcid/dbus.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2006-08-20 21:41:59 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2006-08-20 21:41:59 +0000
commitec3ac41ca8876f36cc8869ab1c384980f793c40f (patch)
tree54cfad49658e334487dd602dd9cd5219e23454f8 /hcid/dbus.h
parentbe52c05a25c0cbadcd605b24d66d0c0b682aee18 (diff)
Preliminary support for passkey agent timeouts
Diffstat (limited to 'hcid/dbus.h')
-rw-r--r--hcid/dbus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hcid/dbus.h b/hcid/dbus.h
index 4aae9164..36c369bc 100644
--- a/hcid/dbus.h
+++ b/hcid/dbus.h
@@ -120,6 +120,7 @@ struct passkey_agent {
char *path;
struct slist *pending_requests;
int exited;
+ guint timeout;
};
struct pending_agent_request {