-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56354/
-----------------------------------------------------------

(Updated Feb. 6, 2017, 3:23 p.m.)


Review request for mesos and Alex Clemmer.


Repository: mesos


Description
-------

We store both the `CRT` and `HANDLE` in `WindowsFD` whether we construct
from `CRT` or `HANDLE` by using `_get_osfhandle` and `_open_osfhandle`.

Thus, accessing the `CRT` via `crt()` does not require that it be in the
`CRT` state, but rather `CRT` or `HANDLE`, for example.


Diffs
-----

  3rdparty/stout/include/stout/os/windows/fd.hpp 
24d3661aad72817d8b9e3cd88fe6178ab60832bd 

Diff: https://reviews.apache.org/r/56354/diff/


Testing (updated)
-------

Ran `.\support\windows-build.bat` on a Windows VM.


Thanks,

Michael Park

Reply via email to