Signed-off-by: jikai <jikai11@huawei.com> (cherry picked from commit 35815058031561339484cdbdff29d3c4beef7a99)
28 lines
830 B
Diff
28 lines
830 B
Diff
From ffe13775740957f55c4a87cdee63481b1e6f4adb Mon Sep 17 00:00:00 2001
|
|
From: zhongtao <zhongtao17@huawei.com>
|
|
Date: Mon, 8 Apr 2024 11:38:21 +0800
|
|
Subject: [PATCH 06/14] add runtime in process-state
|
|
|
|
Signed-off-by: zhongtao <zhongtao17@huawei.com>
|
|
---
|
|
src/json/schema/shim/client/process-state.json | 3 +++
|
|
1 file changed, 3 insertions(+)
|
|
|
|
diff --git a/src/json/schema/shim/client/process-state.json b/src/json/schema/shim/client/process-state.json
|
|
index 15dbe91..bfa8416 100644
|
|
--- a/src/json/schema/shim/client/process-state.json
|
|
+++ b/src/json/schema/shim/client/process-state.json
|
|
@@ -178,6 +178,9 @@
|
|
"resizeFifo": {
|
|
"type": "string"
|
|
},
|
|
+ "runtime": {
|
|
+ "type": "string"
|
|
+ },
|
|
"runtimeArgs": {
|
|
"type": "array",
|
|
"items": {
|
|
--
|
|
2.34.1
|
|
|