----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/44708/#review123774 -----------------------------------------------------------
Fix it, then Ship it! src/slave/constants.hpp (line 102) <https://reviews.apache.org/r/44708/#comment186028> We tend to use size_t for things that are a count or a size. Otherwise, we'll tend to use `unsigned int` rather than uint32_t. - Ben Mahler On March 15, 2016, 2:28 p.m., Alexander Rukletsov wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/44708/ > ----------------------------------------------------------- > > (Updated March 15, 2016, 2:28 p.m.) > > > Review request for mesos, Ben Mahler and Timothy Chen. > > > Repository: mesos > > > Description > ------- > > See summary. > > > Diffs > ----- > > src/slave/constants.hpp 0b4e41b4eee3280515cf8a1f049fe923503066f1 > > Diff: https://reviews.apache.org/r/44708/diff/ > > > Testing > ------- > > The complete chain was tested. See https://reviews.apache.org/r/44662/. > > > Thanks, > > Alexander Rukletsov > >
