mirror of
https://github.com/octoleo/syncthing.git
synced 2024-12-23 03:18:59 +00:00
Add --trace-need
This commit is contained in:
parent
c8a14d1c3d
commit
ab8482a424
1
main.go
1
main.go
@ -40,6 +40,7 @@ type DebugOptions struct {
|
|||||||
TraceFile bool `long:"trace-file"`
|
TraceFile bool `long:"trace-file"`
|
||||||
TraceNet bool `long:"trace-net"`
|
TraceNet bool `long:"trace-net"`
|
||||||
TraceIdx bool `long:"trace-idx"`
|
TraceIdx bool `long:"trace-idx"`
|
||||||
|
TraceNeed bool `long:"trace-need"`
|
||||||
Profiler string `long:"profiler" value-name:"ADDR"`
|
Profiler string `long:"profiler" value-name:"ADDR"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user