Skip to content

Commit eb1d649

Browse files
committed
proto: default expanded enum to unknown
per opencontainers#179 (comment) Signed-off-by: Vincent Batts <[email protected]>
1 parent 0373e8f commit eb1d649

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

proto/config.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ message Process {
6262
}
6363

6464
enum PlatformType {
65+
UNKNOWN = 0;
6566
LINUX = 1;
6667
}
6768

0 commit comments

Comments
 (0)