commit | 0fb8ec8e9a056cd219216b1f5724d289b50dc993 | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@android.com> | Wed Apr 18 21:54:55 2012 -0700 |
committer | Jeff Sharkey <jsharkey@android.com> | Thu Apr 19 10:36:05 2012 -0700 |
tree | 3811a6e65296dd0e004db7d722acc8f2ac879a26 | |
parent | c28cbb2c5abe9e93a75185dc7c9e4925a0f9a87a [diff] [blame] |
Pipe DHCP vendor info towards framework. Bug: 6344821 Change-Id: Iebce3e1b36175fc88f44e18db647c43b1245f18f
diff --git a/include/netutils/dhcp.h b/include/netutils/dhcp.h index bd16240..d25e58f 100644 --- a/include/netutils/dhcp.h +++ b/include/netutils/dhcp.h
@@ -30,7 +30,8 @@ char *dns1, char *dns2, char *server, - uint32_t *lease); + uint32_t *lease, + char *vendorInfo); extern int dhcp_stop(const char *ifname); extern int dhcp_release_lease(const char *ifname); extern char *dhcp_get_errmsg();