summaryrefslogtreecommitdiff
path: root/include/acd.h
diff options
context:
space:
mode:
authorChristian Spielberger <christian.spielberger@gmail.com>2018-05-15 12:35:31 +0200
committerDaniel Wagner <wagi@monom.org>2018-05-24 22:17:38 +0200
commit2da1459ff2f3bf2506c263e621984446d3257ce8 (patch)
treead65390c004c9d33367ec6ba3c4fbd93ced2a8f1 /include/acd.h
parent2a02bdb53780b852c9a6d8f540a89880967f81c3 (diff)
downloadconnman-2da1459ff2f3bf2506c263e621984446d3257ce8.tar.gz
acd: Add acd_host_get_conflicts_count
This is necessary to decide if DHCP can be tried again.
Diffstat (limited to 'include/acd.h')
-rw-r--r--include/acd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/acd.h b/include/acd.h
index 6898ccb8..0f9468d3 100644
--- a/include/acd.h
+++ b/include/acd.h
@@ -55,6 +55,8 @@ void acd_host_register_event(struct acd_host *acd,
void acd_host_append_dbus_property(struct acd_host *acd, DBusMessageIter *dict);
+unsigned int acd_host_get_conflicts_count(struct acd_host *acd);
+
#ifdef __cplusplus
}
#endif