Merge "Sync tipc.h with one from trusty" into main am: 66dc1bde80

Original change: https://android-review.googlesource.com/c/platform/system/core/+/2960970

Change-Id: Idde52332b6f82171d55ace13d94046e1d4d8e37e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Snehal Koukuntla 2024-02-14 10:01:04 +00:00 committed by Automerger Merge Worker
commit 880316f57d

View file

@ -91,9 +91,12 @@ struct metrics_resp {
* struct metrics_report_crash_req - arguments of %METRICS_CMD_REPORT_CRASH
* requests
* @app_id_len: length of app ID that follows this structure
* @crash_reason: architecture-specific code representing the reason for the
* crash
*/
struct metrics_report_crash_req {
uint32_t app_id_len;
uint32_t crash_reason;
} __attribute__((__packed__));
#define METRICS_MAX_APP_ID_LEN 256