]> Cypherpunks repositories - gostls13.git/commit
runtime: rename SchedType to SchedT
authorRuss Cox <rsc@golang.org>
Fri, 19 Sep 2014 03:51:22 +0000 (23:51 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 19 Sep 2014 03:51:22 +0000 (23:51 -0400)
commitc7f6bd795acf002d60f712f0f4e2701051e74e4a
tree277f6f1b6f9de1fbb14870637ff7c088ba4877bb
parenta07a57b00ec9fdd8f6b02360d39454859709d08a
runtime: rename SchedType to SchedT

CL 144940043 renamed it from Sched to SchedType
to avoid a lowercasing conflict in the Go code with
the variable named sched.
We've been using just T resolve those conflicts, not Type.

The FooType pattern is already taken for the kind-specific
variants of the runtime Type structure: ChanType, MapType,
and so on. SchedType isn't a Type.

LGTM=bradfitz, khr
R=khr, bradfitz
CC=golang-codereviews
https://golang.org/cl/145180043
src/runtime/proc.c
src/runtime/runtime.h