-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/69818/
-----------------------------------------------------------
Review request for mesos, Benjamin Mahler and Meng Zhu.
Bugs: MESOS-9523
https://issues.apache.org/jira/browse/MESOS-9523
Repository: mesos
Description
-------
This patch adds minimal allocatable resources to a framework's
`FrameworkInfo`. We introduce a dedicated type to model allocatable
resources which is composed of types loosly based on the internal
`ResourceQuantity` class.
Diffs
-----
include/mesos/mesos.proto 2ef6ba3aef67cf34227569948fd3ddc8dfd5879d
include/mesos/v1/mesos.proto 1a701da65f653fe4191f92ff1fb1436809b50acb
src/common/resource_quantities.hpp 11eb426104577bbbbb7977c2307df3e4917085cd
src/common/resource_quantities.cpp 320983929cd7d14973c4b98d6ed5338de690ff5f
Diff: https://reviews.apache.org/r/69818/diff/1/
Testing
-------
`make check`
Thanks,
Benjamin Bannier