summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorEric Arseneau <earseneau@google.com>2018-05-14 08:50:47 -0700
committerEric Arseneau <earseneau@google.com>2018-05-14 08:50:47 -0700
commit113dbaa061b837ed4f743dffc1d60466a88acd85 (patch)
tree3ae24f97a8994134e1737b5f23fb2274bc6bb412 /include
parent41686ede2f9c0e4d97c5a5803dfb28df067f2e89 (diff)
parent3f56b764d481907bbe28c79b44149bbed6937faf (diff)
downloadandroid_hardware_ril-113dbaa061b837ed4f743dffc1d60466a88acd85.tar.gz
android_hardware_ril-113dbaa061b837ed4f743dffc1d60466a88acd85.tar.bz2
android_hardware_ril-113dbaa061b837ed4f743dffc1d60466a88acd85.zip
Merge PPR1.180514.001
Change-Id: Idfba35fb8a205cdd273748218efc75159c2af834
Diffstat (limited to 'include')
-rw-r--r--include/telephony/ril.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/telephony/ril.h b/include/telephony/ril.h
index 8377308..c4add62 100644
--- a/include/telephony/ril.h
+++ b/include/telephony/ril.h
@@ -2183,6 +2183,7 @@ typedef struct {
RIL_ScanStatus status; // The status of the scan
uint32_t network_infos_length; // Total length of RIL_CellInfo
RIL_CellInfo_v12* network_infos; // List of network information
+ RIL_Errno error;
} RIL_NetworkScanResult;
/**