Merge "Fixed incorrect retry timer value type" am: a3cc90b1c3 am: 0d3433a346 am: b29a5a3b7f

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1543612

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I0d546cf99dd321ba68ef6c7d73d0675f43422de8
This commit is contained in:
Treehugger Robot
2021-01-11 20:40:49 +00:00
committed by Automerger Merge Worker

View File

@@ -281,7 +281,7 @@ struct SetupDataCallResult {
* suggestion. 0 indicates retry should be performed immediately. 0x7fffffffffffffff indicates
* the device should not retry data setup anymore.
*/
uint64_t suggestedRetryTime;
int64_t suggestedRetryTime;
/** Context ID, uniquely identifies this data connection. */
int32_t cid;