aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2024-05-06 08:33:52 +0200
committerDmitry Vyukov <dvyukov@google.com>2024-05-06 07:51:03 +0000
commitd884b519ef74f7edf51f2c964162f0a2fe80846c (patch)
treec3ce7fc5f922fcc8710e5a8f478c85bd9c52a8f0 /tools
parent610f2a54d02f8cf4f2454c03bf679b602e6e59b6 (diff)
pkg/flatrpc: refactor names
Remove T suffix from object API types. It seems that we will use these types thoughout the code, and the suffix looks alien in Go code. So it's better to remove it before we started using these names more widely. Also add few extensions we will need to move feature checking to the host.
Diffstat (limited to 'tools')
-rw-r--r--tools/syz-runtest/runtest.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/syz-runtest/runtest.go b/tools/syz-runtest/runtest.go
index 586e4c2cc..fa3dbaa49 100644
--- a/tools/syz-runtest/runtest.go
+++ b/tools/syz-runtest/runtest.go
@@ -147,7 +147,7 @@ type Manager struct {
vmPool *vm.Pool
checker *vminfo.Checker
checkFiles []string
- checkFilesInfo []flatrpc.FileInfoT
+ checkFilesInfo []flatrpc.FileInfo
checkProgs []rpctype.ExecutionRequest
checkResults []rpctype.ExecutionResult
needCheckResults int