From 318f17a0050e729bce8545463b657c1d62835b5e Mon Sep 17 00:00:00 2001 From: Vladimir Chtchetkine Date: Fri, 27 Aug 2010 09:09:45 -0700 Subject: Fixed dependency ob core data in android/help.c Also moved along -tcpdump option Change-Id: I9fc53e0dc6a86e9a880d6127bf2da3ac1d7ec58a --- android/android.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'android/android.h') diff --git a/android/android.h b/android/android.h index 62ef789..189b5c2 100644 --- a/android/android.h +++ b/android/android.h @@ -40,6 +40,7 @@ typedef struct { } NetworkSpeed; extern const NetworkSpeed android_netspeeds[]; +extern const size_t android_netspeeds_count; /* list of supported network latency names and min-max values in ms */ typedef struct { @@ -50,6 +51,7 @@ typedef struct { } NetworkLatency; extern const NetworkLatency android_netdelays[]; +extern const size_t android_netdelays_count; /* default network settings for emulator */ #define DEFAULT_NETSPEED "full" -- cgit v1.1