Commit 9199fb51 authored by Derek Murray's avatar Derek Murray Committed by TensorFlower Gardener
Browse files

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
parent 465b1978
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment