summaryrefslogtreecommitdiffstats
path: root/cnd/inc/cnd_iproute2.h
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@qualcomm.com>2010-11-09 19:02:38 -0800
committerQuIC Gerrit Code Review <code-review@localhost>2010-11-09 19:02:38 -0800
commitada020c927243c1eac2b0e8b0e4fb29d76f97532 (patch)
treeec357e5834dfa31590fbbb4dce07fd2641b06fa7 /cnd/inc/cnd_iproute2.h
parent88c9b15b3a9937c3c2531c532cd644dfcd12f5fd (diff)
parent8621b5f2d863c5db0aac4464d5ce70b1b7558f89 (diff)
downloadandroid_external_connectivity-ada020c927243c1eac2b0e8b0e4fb29d76f97532.tar.gz
android_external_connectivity-ada020c927243c1eac2b0e8b0e4fb29d76f97532.tar.bz2
android_external_connectivity-ada020c927243c1eac2b0e8b0e4fb29d76f97532.zip
Merge "external/connectivity: Use active gatewayAddress for default route" into froyo
Diffstat (limited to 'cnd/inc/cnd_iproute2.h')
-rw-r--r--cnd/inc/cnd_iproute2.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cnd/inc/cnd_iproute2.h b/cnd/inc/cnd_iproute2.h
index 0c41875..24b8080 100644
--- a/cnd/inc/cnd_iproute2.h
+++ b/cnd/inc/cnd_iproute2.h
@@ -214,7 +214,8 @@ class cnd_iproute2
*/
bool replaceDefaultEntryInMainTable
(
- uint8_t *deviceName
+ uint8_t *deviceName,
+ uint8_t *gatewayAddress
);
/**