-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/59691/
-----------------------------------------------------------
Review request for mesos, Benjamin Mahler and Joseph Wu.
Bugs: MESOS-7597
https://issues.apache.org/jira/browse/MESOS-7597
Repository: mesos
Description
-------
On Windows, the use of pre-compiled headers causes problems when reusing
the identifier `flags`. This commit renames it to `libprocess_flags` to
avoid conflicts.
Diffs
-----
3rdparty/libprocess/src/process.cpp 4e60231802325afe7f9c0f30dc9efa431501a617
Diff: https://reviews.apache.org/r/59691/diff/1/
Testing
-------
Built and ran `stout-tests` and `libprocess-tests` on Windows. Also ran `make
check` in `build/3rdparty` on Linux. This resolves the build break.
Thanks,
Andrew Schwartzmeyer