diff options
| author | Dmitriy Vyukov <dvyukov@google.com> | 2014-08-25 23:30:39 +0400 |
|---|---|---|
| committer | Dmitriy Vyukov <dvyukov@google.com> | 2014-08-25 23:30:39 +0400 |
| commit | b2c43438d20bafda5c6fee777342371d1685e5cc (patch) | |
| tree | f2ade2e714994c2dd5ecac1dba9a9ae4fb9a047b /src/pkg/runtime/runtime.h | |
| parent | 21a4bdef2fa2ae5425c8d309a8e914e3e514c30a (diff) | |
| download | go-b2c43438d20bafda5c6fee777342371d1685e5cc.tar.xz | |
runtime: restore scavenger constants
Once and for all.
Broken in cl/108640043.
I've messed it before. To test scavenger-related changes
one needs to alter the constants during final testing.
And then it's very easy to submit with the altered constants.
LGTM=rsc
R=golang-codereviews
CC=golang-codereviews, rsc
https://golang.org/cl/136720044
Diffstat (limited to 'src/pkg/runtime/runtime.h')
| -rw-r--r-- | src/pkg/runtime/runtime.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/runtime/runtime.h b/src/pkg/runtime/runtime.h index 4f63fdf718..8d4773b9f7 100644 --- a/src/pkg/runtime/runtime.h +++ b/src/pkg/runtime/runtime.h @@ -562,6 +562,7 @@ struct DebugVars int32 gcdead; int32 scheddetail; int32 schedtrace; + int32 scavenge; }; extern bool runtime·precisestack; |
