Chromium Code Reviews| Index: fuzzer/go/config/config.go |
| diff --git a/fuzzer/go/config/config.go b/fuzzer/go/config/config.go |
| index a238647e64065ea4e5efbf937a8e4a63fce7a5db..dbd3cc2d0fb6b4c6db68998c9b946fe123066ea1 100644 |
| --- a/fuzzer/go/config/config.go |
| +++ b/fuzzer/go/config/config.go |
| @@ -16,6 +16,7 @@ type generatorConfig struct { |
| NumFuzzProcesses int |
| NumDownloadProcesses int |
| WatchAFL bool |
| + SkipGeneration bool |
|
borenet
2016/02/10 15:32:32
Is this related to metrics? Can we save it for a
kjlubick
2016/02/10 16:14:29
Removed.
|
| VersionCheckPeriod time.Duration |
| SkiaVersion *vcsinfo.LongCommit |
| versionMutex sync.Mutex |