mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Remove unused field from syscall.Read proto
Updates #4805 PiperOrigin-RevId: 450802760
This commit is contained in:
committed by
gVisor bot
parent
0ad98ee0e8
commit
d3634c870c
@@ -61,7 +61,6 @@ message Read {
|
||||
int64 fd = 4;
|
||||
string fd_path = 5;
|
||||
uint64 count = 6;
|
||||
bytes data = 7;
|
||||
}
|
||||
|
||||
message Connect {
|
||||
@@ -92,4 +91,4 @@ message Socket {
|
||||
int32 domain = 4;
|
||||
int32 type = 5;
|
||||
int32 protocol = 6;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user