Change `class MasterEnv` forward decls to `struct MasterEnv`.
`tensorflow::MasterEnv` is defined as a struct in master_env.h, but we forward-declare it as `class tensorflow::MasterEnv` in various headers. This is not a problem on GCC (which does helpfully warn us of the issue), but it causes some linkers to fail. Change: 133651862
Loading
Please sign in to comment