mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Fixed incorrect retry timer value type"
This commit is contained in:
@@ -281,7 +281,7 @@ struct SetupDataCallResult {
|
|||||||
* suggestion. 0 indicates retry should be performed immediately. 0x7fffffffffffffff indicates
|
* suggestion. 0 indicates retry should be performed immediately. 0x7fffffffffffffff indicates
|
||||||
* the device should not retry data setup anymore.
|
* the device should not retry data setup anymore.
|
||||||
*/
|
*/
|
||||||
uint64_t suggestedRetryTime;
|
int64_t suggestedRetryTime;
|
||||||
|
|
||||||
/** Context ID, uniquely identifies this data connection. */
|
/** Context ID, uniquely identifies this data connection. */
|
||||||
int32_t cid;
|
int32_t cid;
|
||||||
|
|||||||
Reference in New Issue
Block a user