summaryrefslogtreecommitdiffstats
path: root/hcid/adapter.h
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/adapter.h')
-rw-r--r--hcid/adapter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/adapter.h b/hcid/adapter.h
index 9aaff01c..1ea266d5 100644
--- a/hcid/adapter.h
+++ b/hcid/adapter.h
@@ -85,7 +85,7 @@ struct create_device_req {
DBusConnection *conn; /* Connection reference */
DBusMessage *msg; /* Message reference */
guint id; /* Listener id */
- char *agent; /* Agent object path */
+ char *agent_path; /* Agent object path */
};
struct adapter {